-
装好环境后,运行下面代码
```
export PYTHONPATH=third_party/Matcha-TTS
```
```
from cosyvoice.cli.cosyvoice import CosyVoice
from cosyvoice.utils.file_utils import load_wav
import torchaudio
cosyvoice …
-
**Is your feature request related to a problem? Please describe.**
Renovate the config file and make all modules replacable or optional
- Support TTS
- SSL
- HuBERT
- HuBERT Chinese
- Co…
-
Hello, thanks for the great repo!
If I want to edit arabic speech. What do you suggest for best practices ?
Train/finetune FluentSpeech on Arabic audio and keep the vocoder as is ?
Also, what abo…
-
比如‘2018年’
生成的语音会念成er qian ling yi shi ba nian,应该是‘liang qian ling yi ba nian’ 或 ‘er ling yi ba nian’
这个要如何修正,重新用语料训练吗?
-
recently I've noticed many other people using Yomitan for Chinese (and other languages too). it's actually good for learning Chinese now and that's why I also started using Yomitan for learning Chines…
-
还有更多语音模型下载吗?
-
I tried to create the serving on my system, but failed with the below error:
(emon_analyzer) [root@SPR-1 emon_data_analyzer]# neuralchat_server start --config_file ./config/neuralchat.yaml
2024-03-1…
-
its still slow to run onnx tts. 6 seconds on average. I think the onnx models cannot be sitting in memory.. its too slow
-
作者您好,请问在合成阶段用到的prosody_model.pt是在哪里生成的,您提供的这代码有能生成这个prossody模型文件吗?我尝试找了一下,但是没找到,还是说这个模型文件本代码并没有生成只是拿来用呀。
-
speak()
{
alert("begin to speak,");
this.tts.speak({text: "你好,欢迎,向前走10米,路口右转,执行10米,在左转", locale: 'zh-CN'})
.then(() => console.log('Success'))
.catch((reason: any) => consol…