SWivid / F5-TTS

Official code for "F5-TTS: A Fairytaler that Fakes Fluent and Faithful Speech with Flow Matching"
https://arxiv.org/abs/2410.06885
MIT License
7.48k stars 924 forks source link

如何自定义分词停顿,目前好像不支持,导致有的停顿位置不合适 #408

Closed japleak closed 2 weeks ago

japleak commented 2 weeks ago

Checks

Question details

请问应该如何自定义分词,好像用空格+分词+空格方式似乎没有效果,我在convert_char_to_pinyin方法中,用jieba.add_word(words, freq=None, tag=None)似乎也没有起到效果。

SWivid commented 2 weeks ago

using English to submit this report in order to facilitate communication.

try add comma e.g. to introduce pause explicitly

will close this issue, feel free to open if further questions