-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
👨🏻🦱 TTS 男性音色(Male speaker)(如何更换音色) #1620
Comments
Recommended Male Speaker: VCTK: spk_id = 7 paddlespeech tts --am fastspeech2_vctk --voc pwgan_vctk --input "Life was like a box of chocolates, you never know what you're gonna get." --lang en --spk_id 7 --output output_en.wav aishell3: spk_id = 167 paddlespeech tts --am fastspeech2_aishell3 --voc pwgan_aishell3 --input "你好,欢迎使用百度 飞桨深度学习框架!" --spk_id 167 |
How to check the gender of the speaker? |
you should check the gender in original datasets for example aishell3, there is a
|
Hi all, we provide the spk_id gender mos result in the following files speaker info from original datasets: |
you can try it in aistuido |
请问TTS 男性音色怎样去调整合成语音的语速和音量呢? |
Duplicate of #2556 |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue is closed. Please re-open if needed. |
请问团队在训练tts的时候是不是并没有使用aishell3全部的说话人?比如 fastspeech2_aishell3_ckpt_1.1.0 我看 speaker_id_map.txt 里面是有174个人,但是aishell3原始数据集一共200多个说话人,请问训练时是有什么筛选考虑吗 ?谢谢! |
there are no single speaker datasets for male, but in multi-speaker tts datasets(aishell3, vctk),there are Male speakers,
You can find speaker_id_map.txt in
~/.paddlespeech/models/fastspeech2_aishell3-zh/fastspeech2_nosil_aishell3_ckpt_0.4/speaker_id_map.txt
or~/.paddlespeech/models/fastspeech2_vctk-en/fastspeech2_nosil_vctk_ckpt_0.5/speaker_id_map.txt
and check the gender of speakers in the origin datasets(aishell3/vctk), then, use--spk_id
to use the speaker you want in multi-speaker tts datasetsmore usage for multi-speaker cli https://github.com/PaddlePaddle/PaddleSpeech/tree/develop/demos/text_to_speech
also see #1373
The text was updated successfully, but these errors were encountered: