Shrey
01/03/2025, 10:05 AMVapi
01/03/2025, 10:07 AMVapi
01/03/2025, 10:07 AMVapi
01/03/2025, 10:07 AMVapi
01/03/2025, 10:08 AMShrey
01/03/2025, 10:08 AMVapi
01/03/2025, 10:09 AMspeed
parameter in your API request. Since you want the assistant to talk more slowly, you would set this parameter to a value less than 1.0 (which is the default normal speed). For example, setting it to 0.75 would make the speech 25% slower than the normal rate.
Here's a general example of how you might adjust the speed in an API request:
json
{
"text": "Your text to be spoken here.",
"voice": "Jennifer",
"provider": "playht",
"speed": 0.75 // Adjust this value to control the speed
}
Please replace "Your text to be spoken here." with the actual text you want the assistant to speak. If you need help with the specific API call or constructing the request, please let me know, and I can assist you further.Shrey
01/03/2025, 10:09 AMShrey
01/04/2025, 5:44 AM