Speech variations
Controlling and saving different takes of speech output
Every time you run speech synthesis, even with the same text input, the audio output will be slightly different, like doing different takes with a voice actor.
To duplicate a particular output take, specifiy a seed
number with your API request (otherwise seed
numbers are randomly generated per request). Then, new requests with the same input text and seed
number will synthesize speech that is identical to the output from your inital request.
Was this page helpful?