Rime allows you to customize the speaking speed of your voice agents, enabling you to:
Learn how to adjust the speaking speed using Rime’s APIs.
Overall speaking speed in Rime is controlled using the speedAlpha
parameter.
Lower than 1.0 is faster than default. Higher than 1.0 is slower than default.
To adjust the speed of individual words or phrases, use the inlineSpeedAlpha
parameter.
inlineSpeedAlpha
takes a comma-separated list of speed values applied to words in square brackets. Values < 1.0 speed up speech, > 1.0 slow it down.
For example: “This sentence is [really] [fast]” with inlineSpeedAlpha “0.5, 3” will make “really” slow and “fast” fast.
By effectively utilizing Rime’s speed control features, you can create more varied conversational AI experiences.
speedAlpha
to adjust the overall speed of the speech.inlineSpeedAlpha
to adjust the speed of individual words or phrases.Rime allows you to customize the speaking speed of your voice agents, enabling you to:
Learn how to adjust the speaking speed using Rime’s APIs.
Overall speaking speed in Rime is controlled using the speedAlpha
parameter.
Lower than 1.0 is faster than default. Higher than 1.0 is slower than default.
To adjust the speed of individual words or phrases, use the inlineSpeedAlpha
parameter.
inlineSpeedAlpha
takes a comma-separated list of speed values applied to words in square brackets. Values < 1.0 speed up speech, > 1.0 slow it down.
For example: “This sentence is [really] [fast]” with inlineSpeedAlpha “0.5, 3” will make “really” slow and “fast” fast.
By effectively utilizing Rime’s speed control features, you can create more varied conversational AI experiences.
speedAlpha
to adjust the overall speed of the speech.inlineSpeedAlpha
to adjust the speed of individual words or phrases.