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

How to adjust the speed of speech? #2410

Closed
michelleqyhqyh opened this issue Sep 19, 2022 · 6 comments
Closed

How to adjust the speed of speech? #2410

michelleqyhqyh opened this issue Sep 19, 2022 · 6 comments

Comments

@michelleqyhqyh
Copy link

I used PaddleSpeech-develop/examples/zh_en_tts/tts3 to train the model. But when I test, I think the speed of speech is a little bit fast. Is there any method which can adjust the speed of speech?

@yt605155624
Copy link
Collaborator

you can use post-process method to change the speed of speech, try to search change_speed function in PaddleSpeech

@yt605155624 yt605155624 self-assigned this Sep 19, 2022
@yt605155624
Copy link
Collaborator

yt605155624 commented Sep 20, 2022

Duplicate of #2383

@yt605155624 yt605155624 marked this as a duplicate of #2383 Sep 20, 2022
@michelleqyhqyh
Copy link
Author

you can use post-process method to change the speed of speech, try to search change_speed function in PaddleSpeech

How can I code "PaddleSpeech-develop/paddlespeech/t2s/exps/synthesize_e2e.py" with change_speed function in PaddleSpeech to generate wav-form file?

@michelleqyhqyh
Copy link
Author

you can use post-process method to change the speed of speech, try to search change_speed function in PaddleSpeech

How can I code "PaddleSpeech-develop/paddlespeech/t2s/exps/synthesize_e2e.py" with change_speed function in PaddleSpeech to generate wav-form file?

I finished it! Thank you ~~

@peiqianggao
Copy link

@michelleqyhqyh Hi ~ want to know how did you finish it, Thanks a lot

@futureflsl
Copy link

you can use post-process method to change the speed of speech, try to search change_speed function in PaddleSpeech

How can I code "PaddleSpeech-develop/paddlespeech/t2s/exps/synthesize_e2e.py" with change_speed function in PaddleSpeech to generate wav-form file?

I finished it! Thank you ~~

can you share the method how to change the speed of speech?

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

No branches or pull requests

5 participants
@peiqianggao @futureflsl @yt605155624 @michelleqyhqyh and others