TensorSpeech / TensorFlowTTS

:stuck_out_tongue_closed_eyes: TensorFlowTTS: Real-Time State-of-the-art Speech Synthesis for Tensorflow 2 (supported including English, French, Korean, Chinese, German and Easy to adapt for other languages)
https://tensorspeech.github.io/TensorFlowTTS/
Apache License 2.0
3.76k stars 803 forks source link

Longer Chinese sentences use fastspeech2 to synthesize exceptions #771

Closed lawo123 closed 1 year ago

lawo123 commented 2 years ago

Longer Chinese sentences use fastspeech2 to synthesize exceptions. TEXT:在一个拥有 2500 万人口的不发达且以孤立着称的国家,绝大多数人被认为没有接种疫苗,它有可能成为一场规模巨大的人道主义灾难,威胁到几乎任何政府的权力控制 在世界上。 WAVE:2.zip

@dathudeptrai

qxde01 commented 2 years ago

1、例子中的baker没有做标点断句等处理,需要自己修改baker.py 2、baker数据句子都不长,对于长句的位置向量效果不佳,需做额外的后处理

lawo123 commented 2 years ago

感谢您的回复。那长句的位置向量效果不好怎么做后处理解决这个问题呢?

qxde01 commented 1 year ago

@lawo123 要把#1#2#3韵律以及标点加进去训练,简单的后处理先切分句子合成再语音拼接

Tian14267 commented 1 year ago

请问你有用aishell3做训练和合成吗?我出来的结果很差哎。请问你们效果如何

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.