netease-youdao / EmotiVoice

EmotiVoice 😊: a Multi-Voice and Prompt-Controlled TTS Engine
Apache License 2.0
6.63k stars 556 forks source link

How to control the speech speed in openAPI #67

Open costanzo opened 7 months ago

costanzo commented 7 months ago

I am using fastAPI service and there is a speed field in the request body. I guess it can control the speed of the speech.

But after several tests, the speed parameter doesn't work at all.

I check the source code and find the speed param is never used.

So how can we control the speed of speech?

syq163 commented 6 months ago

Similar to #77