We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
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.
speed
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?
The text was updated successfully, but these errors were encountered:
Similar to #77
Sorry, something went wrong.
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: