Skip to content

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 requested a review from yt605155624 November 16, 2022 13:40
@lym0302 lym0302 added this to the r1.3.0 milestone Nov 16, 2022
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.

5 participants