Adjusting the overall speed
How you adjust overall speaking speed depends on the model.Coda and Mist v3
Use thetimeScaleFactor parameter. A value above 1.0 slows the audio; a value below 1.0 speeds it up.
Coda and Mist v3 also accept
speedAlpha, but it works in the opposite direction from timeScaleFactor (higher than 1.0 is faster, lower is slower). Use timeScaleFactor for these models; Rime will continue supporting it across future flagship models.timeScaleFactor works over both HTTP and WebSocket endpoints. For /ws, /ws2, and /ws3, pass it as a query parameter when opening the connection.Mist v2
Use thespeedAlpha parameter. Lower than 1.0 is faster; higher than 1.0 is slower.
Adjusting the speed of individual words
Per-word speed adjustment via
inlineSpeedAlpha is a Mist-family feature. Coda does not support it.inlineSpeedAlpha parameter. It takes a comma-separated list of speed values applied to words in square brackets.
On mistv2 and mistv3, values < 1.0 speed up speech and values > 1.0 slow it down.
On Mist v3,
inlineSpeedAlpha and speedAlpha go in opposite directions; speedAlpha follows the modern flagship direction (higher = faster), but inlineSpeedAlpha follows the legacy Mist direction (lower = faster). Don’t infer one from the other.inlineSpeedAlpha “0.5, 3” will make “really” fast and “fast” slow on the Mist family.
Evaluate the result
Start near1.0 and evaluate representative audio before increasing the adjustment. Large changes can reduce naturalness and clarity.
