y.you

Results 2 comments of y.you

> ChatTTS_clone.mp4 > 试了多个音色好像输出没问题,建议换音色看看。 文本规格化对这两个貌似没起作用。 实在不行只好自己加个new_text = text.replace('!','.').replace('?', '.')。 把警告的全给替换掉,我这测试替换成(.或者,)都没问题,如果需要替换的比较多建议做字典列表推导替换。 我使用的最新的v0.93版本。还有一个情况,现在无论使用那个音色,合成出来的都是同一个男生的声音。

> 是不是这样的warning? > > ``` > SLF4J: Class path contains multiple SLF4J bindings. > SLF4J: Found binding in [jar:file:/home/yhmo/.m2/repository/org/apache/logging/log4j/log4j-slf4j-impl/2.17.1/log4j-slf4j-impl-2.17.1.jar!/org/slf4j/impl/StaticLoggerBinder.class] > SLF4J: Found binding in [jar:file:/home/yhmo/.m2/repository/org/slf4j/slf4j-reload4j/1.7.36/slf4j-reload4j-1.7.36.jar!/org/slf4j/impl/StaticLoggerBinder.class] > SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for...