Fix setting speaker ID for Android TTS Engine. (#530)

This commit is contained in:
Fangjun Kuang
2024-01-15 11:46:57 +08:00
committed by GitHub
parent 229853b77e
commit f4e3f45664
4 changed files with 24 additions and 13 deletions

View File

@@ -184,7 +184,7 @@ class MainActivity : AppCompatActivity() {
// modelDir = "vits-zh-aishell3"
// modelName = "vits-aishell3.onnx"
// ruleFsts = "vits-zh-aishell3/rule.fst"
// lexcion = "lexicon.txt"
// lexicon = "lexicon.txt"
if (dataDir != null) {
val newDir = copyDataDir(modelDir)