Michael Hansen
|
01e4f939f9
|
Merge pull request #439 from phyce/patch-1
Update README.md
|
2024-03-17 10:07:12 -05:00 |
|
Ronaldas Turevič
|
4bbd60fa9b
|
Update README.md
|
2024-03-17 09:01:04 +01:00 |
|
Michael Hansen
|
e5cb84cd5c
|
Merge pull request #302 from JarbasAl/patch-1
fix single speaker models speaker_id arg
|
2024-01-22 15:37:46 -06:00 |
|
Michael Hansen
|
2fa4c2c139
|
Basic HTTP server
|
2023-12-21 12:18:07 -06:00 |
|
Michael Hansen
|
3d1f4463cf
|
Slight refactor of scripts, cleaning
|
2023-12-21 11:52:41 -06:00 |
|
Michael Hansen
|
8b1a90099a
|
Use python scripts instead of bash
|
2023-12-21 11:42:36 -06:00 |
|
JarbasAI
|
d43ecbc109
|
Update voice.py
|
2023-12-09 15:06:38 +00:00 |
|
JarbasAI
|
b0228cba6d
|
fix single speaker models speaker_id arg
port https://github.com/OpenVoiceOS/ovos-tts-plugin-piper/pull/15/files
some models fail if the arguments contain "sid", this commit adds a check to skip that kwarg
|
2023-12-09 15:05:22 +00:00 |
|
Michael Hansen
|
0bb4cb9daf
|
Merge pull request #172 from marty1885/fix-long-inference-gpu
Fix extremely long inference time when using CUDA with short sentences.
|
2023-11-22 20:40:35 -06:00 |
|
Michael Hansen
|
baad6639ed
|
Use heuristic search for CUDA
|
2023-11-22 20:40:14 -06:00 |
|
Michael Hansen
|
6c5e283439
|
Add --use-cuda
|
2023-11-20 09:55:33 -06:00 |
|
Michael Hansen
|
38917ffd8c
|
Need _
|
2023-11-14 11:55:22 -06:00 |
|
Michael Hansen
|
7ec6ddaa31
|
Add -q/--quiet option to disable logging
|
2023-11-14 11:29:15 -06:00 |
|
Michael Hansen
|
cf5b143740
|
File offset is set in piper-phoneize CMake build
|
2023-11-14 11:12:38 -06:00 |
|
Michael Hansen
|
0987603ebd
|
Force file offset
|
2023-11-06 15:12:35 -06:00 |
|
Michael Hansen
|
b2ed372eb9
|
Try multi-arch Linux build
|
2023-11-06 14:57:27 -06:00 |
|
Michael Hansen
|
77bde3e7dc
|
Fix docker build
|
2023-11-06 14:26:05 -06:00 |
|
Michael Hansen
|
5395b787e8
|
No test in Docker
|
2023-11-06 13:17:00 -06:00 |
|
Michael Hansen
|
9d3dcd25a9
|
No release for now
|
2023-11-06 13:15:01 -06:00 |
|
Michael Hansen
|
d57fda578c
|
Try buildx
|
2023-11-06 13:14:26 -06:00 |
|
Michael Hansen
|
cfb193f113
|
Fix cross-compiling in CI
|
2023-11-06 10:46:38 -06:00 |
|
Michael Hansen
|
91b8d422c1
|
Fix for raw audio output on Windows
|
2023-11-06 10:46:27 -06:00 |
|
Michael Hansen
|
1d3e8b2901
|
Add extra options to infer script
|
2023-10-30 11:34:13 -05:00 |
|
Michael Hansen
|
c4b7fd3b5a
|
Use executor
|
2023-10-30 09:56:33 -05:00 |
|
Michael Hansen
|
6bd373e3b2
|
Add clean script
|
2023-10-30 09:50:37 -05:00 |
|
Michael Hansen
|
b8ee4292d8
|
Add Lernstick to README
|
2023-10-13 12:16:40 -05:00 |
|
Michael Hansen
|
54fad0445a
|
Update supported language list
|
2023-10-02 15:47:44 -05:00 |
|
Michael Hansen
|
45b4bb7822
|
Try macos build
|
2023-09-27 15:25:41 -05:00 |
|
Michael Hansen
|
6c2713af99
|
Adjust Arabic test sentences
|
2023-09-27 15:23:38 -05:00 |
|
Michael Hansen
|
ce3d92955b
|
Add --tashkeel
|
2023-09-12 14:12:43 -05:00 |
|
Michael Hansen
|
d261a63afb
|
Add extra config items
|
2023-09-12 14:11:08 -05:00 |
|
Michael Hansen
|
df388904a7
|
Add workflow
|
2023-09-09 21:10:46 -05:00 |
|
Michael Hansen
|
9f3f906ea9
|
Test passing
|
2023-09-09 21:09:06 -05:00 |
|
Michael Hansen
|
def047af9d
|
Set UTF-8 console for Windows
|
2023-09-09 17:10:42 -05:00 |
|
Michael Hansen
|
137fa67db9
|
Clean up and fix append
|
2023-09-09 17:05:28 -05:00 |
|
Michael Hansen
|
6011a8673d
|
Include test voice
|
2023-09-09 14:58:27 -05:00 |
|
Michael Hansen
|
9b10e3d110
|
Add test
|
2023-09-09 14:57:55 -05:00 |
|
Michael Hansen
|
73574de76d
|
Remove embedded libraries
|
2023-09-09 14:57:40 -05:00 |
|
Michael Hansen
|
d09b7d0256
|
Update voices.json and add --update-voices
|
2023-08-17 16:59:08 -05:00 |
|
Michael Hansen
|
3960ec5c1a
|
Add pt test sentences
|
2023-08-17 16:58:58 -05:00 |
|
Michael Hansen
|
9753d9878f
|
Merge branch 'master' of https://github.com/rhasspy/piper
|
2023-08-17 15:52:10 -05:00 |
|
Michael Hansen
|
b85d766288
|
Add WSL training guide
|
2023-08-17 15:51:39 -05:00 |
|
marty1885
|
e0f71939b9
|
perf: use heuristic instead of exhaustiv conv algo search
|
2023-08-09 16:04:59 +08:00 |
|
Michael Hansen
|
0d2be1e19e
|
Merge pull request #88 from rmcpantoja/master
Colab notebooks
|
2023-08-08 17:55:25 -05:00 |
|
Mateo Cedillo
|
f902ec50c1
|
Minor fix.
|
2023-08-08 15:53:58 -05:00 |
|
Mateo Cedillo
|
d0c545141d
|
Updated inference notebook.
|
2023-08-08 15:48:05 -05:00 |
|
Mateo Cedillo
|
91e31de1f2
|
Updated inference notebook.
|
2023-08-08 15:42:40 -05:00 |
|
Mateo Cedillo
|
cf892d6e14
|
Added new languages.
|
2023-08-07 15:32:49 -05:00 |
|
rmcpantoja
|
7f791c1e50
|
Updated pretrained models.
|
2023-08-07 15:32:01 -05:00 |
|
Mateo Cedillo
|
c421c92ede
|
Fixed patch downloading.
|
2023-08-07 14:37:59 -05:00 |
|