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?
I am using fastAPI service and there is a
speedfield in the request body. I guess it can control the speed of the speech.But after several tests, the
speedparameter doesn't work at all.I check the source code and find the
speedparam is never used.So how can we control the speed of speech?