Support heteronyms in Chinese TTS (#738)
This commit is contained in:
@@ -26,6 +26,7 @@ func main() {
|
||||
flag.IntVar(&config.Model.Debug, "debug", 0, "Whether to show debug message")
|
||||
flag.StringVar(&config.Model.Provider, "provider", "cpu", "Provider to use")
|
||||
flag.StringVar(&config.RuleFsts, "tts-rule-fsts", "", "Path to rule.fst")
|
||||
flag.StringVar(&config.RuleFars, "tts-rule-fars", "", "Path to rule.far")
|
||||
flag.IntVar(&config.MaxNumSentences, "tts-max-num-sentences", 1, "Batch size")
|
||||
|
||||
flag.IntVar(&sid, "sid", 0, "Speaker ID. Used only for multi-speaker models")
|
||||
|
||||
Reference in New Issue
Block a user