PaddlePaddle / PaddleSpeech

Easy-to-use Speech Toolkit including Self-Supervised Learning model, SOTA/Streaming ASR with punctuation, Streaming TTS with text frontend, Speaker Verification System, End-to-End Speech Translation and Keyword Spotting. Won NAACL2022 Best Demo Award.
https://paddlespeech.readthedocs.io
Apache License 2.0
11k stars 1.83k forks source link

[tts] Multilingual Speech Synthesis 中英文混合语音合成 #2064

Closed yt605155624 closed 2 years ago

yt605155624 commented 2 years ago

Input a sentence that contains both Chinese and English, and TTS outputs the corresponding audio and keeps the voice consistent

hello, 你好吗?I love you!

see: Learning to Speak Fluently in a Foreign Language: Multilingual Speech Synthesis and Cross-Language Voice Cloning

lym0302 commented 2 years ago

中英混合语音合成部分代码已上传,后续会完善再合入 PaddleSpeech. https://github.com/lym0302/PaddleSpeech/tree/train_zh_en

yt605155624 commented 2 years ago

PR:

Lennon-cheng commented 2 years ago

@lym0302 中英文语音合成,代码大概什么时候发出呀。或者中英文语音合成代码,除了 mix_frontend 不同外,还有哪些部分不同呀,谢谢

yt605155624 commented 2 years ago

@Lennon-cheng 你好,paddlespeech 1.1 已经支持中英文混合了,欢迎试用!参考:

训练代码:

CLI: