Skip to content
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] Add male voice for tts #2660

Merged
merged 30 commits into from Nov 17, 2022
Merged

Conversation

lym0302
Copy link
Contributor

@lym0302 lym0302 commented Nov 16, 2022

[new] Add male voice for tts

cli example:

paddlespeech tts --am fastspeech2_male --voc pwgan_male --input "你好,欢迎使用百度飞桨深度学习框架!"

python example:

from paddlespeech.cli.tts.infer import TTSExecutor
tts = TTSExecutor()
tts(am="fastspeech2_male", voc="pwgan_male", text="今天天气十分不错。", output="output.wav")
output.mp4

lym0302 and others added 28 commits August 26, 2022 06:58
@lym0302 lym0302 added this to the r1.3.0 milestone Nov 16, 2022
README.md Outdated Show resolved Hide resolved
docs/source/released_model.md Outdated Show resolved Hide resolved
docs/source/released_model.md Outdated Show resolved Hide resolved
paddlespeech/resource/pretrained_models.py Outdated Show resolved Hide resolved
Copy link
Collaborator

@yt605155624 yt605155624 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@yt605155624 yt605155624 merged commit 25b6bf9 into PaddlePaddle:develop Nov 17, 2022
@Jackiexiao
Copy link
Contributor

男生音色TTS训练数据有开源吗

@yt605155624
Copy link
Collaborator

@Jackiexiao 内部数据,无法开源

@lym0302 lym0302 deleted the add_male_tts branch December 7, 2022 07:33
@lym0302 lym0302 mentioned this pull request Dec 9, 2022
@MgArcher
Copy link

如何使tts(am="fastspeech2_male", voc="pwgan_male", text="今天天气十分不错。", output="output.wav")支持use_onnx=True模式?

@SunshineLian
Copy link

restful API的spk_id设置几是高质量男性?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

None yet

5 participants