Skip to content

Commit dcaf9dd

Browse files
authored
Comment refinement: Add note about vocoder file for matcha TTS config (#2106)
1 parent 664b461 commit dcaf9dd

File tree

1 file changed

+1
-1
lines changed
  • android/SherpaOnnxTts/app/src/main/java/com/k2fsa/sherpa/onnx

1 file changed

+1
-1
lines changed

android/SherpaOnnxTts/app/src/main/java/com/k2fsa/sherpa/onnx/MainActivity.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ class MainActivity : AppCompatActivity() {
262262
// https://k2-fsa.github.io/sherpa/onnx/tts/pretrained_models/matcha.html#matcha-icefall-zh-baker-chinese-1-female-speaker
263263
// modelDir = "matcha-icefall-zh-baker"
264264
// 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.
266266
// lexicon = "lexicon.txt"
267267
// dictDir = "matcha-icefall-zh-baker/dict"
268268

0 commit comments

Comments
 (0)