This commit is contained in:
shujingchen 2025-09-16 13:13:21 +08:00
parent 10c1fcd3ad
commit be4af061f1

View File

@ -369,7 +369,7 @@ tts.infer(spk_audio_prompt='examples/voice_12.wav', text=text, output_path="gen.
> IndexTTS2 still supports mixed modeling of Chinese characters and Pinyin. > IndexTTS2 still supports mixed modeling of Chinese characters and Pinyin.
> When you need precise pronunciation control, please provide text with specific Pinyin annotations to activate the Pinyin control feature. > When you need precise pronunciation control, please provide text with specific Pinyin annotations to activate the Pinyin control feature.
> Note that Pinyin control does not work for every possible consonantvowel combination; only valid Chinese Pinyin cases are supported. > Note that Pinyin control does not work for every possible consonantvowel combination; only valid Chinese Pinyin cases are supported.
> For the full list of valid entries, please refer to `checkpoints/pinyin.vocab.` > For the full list of valid entries, please refer to `checkpoints/pinyin.vocab`.
> >
> Example: > Example:
> ``` > ```