返回 F5-TTS
story.toml
根目录 / src / f5_tts / infer / examples / multi / story.toml
1 # F5TTS_v1_Base | E2TTS_Base
2 model = "F5TTS_v1_Base"
3 ref_audio = "infer/examples/multi/main.flac"
4 # If an empty "", transcribes the reference audio automatically.
5 ref_text = ""
6 gen_text = ""
7 # File with text to generate. Ignores the text above.
8 gen_file = "infer/examples/multi/story.txt"
9 remove_silence = true
10 output_dir = "tests"
11 output_file = "infer_cli_story.wav"
12
13 [voices.town]
14 ref_audio = "infer/examples/multi/town.flac"
15 ref_text = ""
16 speed = 0.8 # will ignore global speed
17
18 [voices.country]
19 ref_audio = "infer/examples/multi/country.flac"
20 ref_text = ""
21
21 lines TOML