HaoWang0101
Committed by GitHub

Comment refinement: Add note about vocoder file for matcha TTS config (#2106)

@@ -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