Committed by
GitHub
Comment refinement: Add note about vocoder file for matcha TTS config (#2106)
正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -262,7 +262,7 @@ class MainActivity : AppCompatActivity() { | @@ -262,7 +262,7 @@ class MainActivity : AppCompatActivity() { | ||
| 262 | // https://k2-fsa.github.io/sherpa/onnx/tts/pretrained_models/matcha.html#matcha-icefall-zh-baker-chinese-1-female-speaker | 262 | // https://k2-fsa.github.io/sherpa/onnx/tts/pretrained_models/matcha.html#matcha-icefall-zh-baker-chinese-1-female-speaker |
| 263 | // modelDir = "matcha-icefall-zh-baker" | 263 | // modelDir = "matcha-icefall-zh-baker" |
| 264 | // acousticModelName = "model-steps-3.onnx" | 264 | // acousticModelName = "model-steps-3.onnx" |
| 265 | - // vocoder = "vocos-22khz-univ.onnx" | 265 | + // vocoder = "vocos-22khz-univ.onnx" // Vocoder should be downloaded separately; place in the **root directory of your resources folder**, not under modelDir. |
| 266 | // lexicon = "lexicon.txt" | 266 | // lexicon = "lexicon.txt" |
| 267 | // dictDir = "matcha-icefall-zh-baker/dict" | 267 | // dictDir = "matcha-icefall-zh-baker/dict" |
| 268 | 268 |
-
请 注册 或 登录 后发表评论