Get speech for given text using the Waves API
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The text to convert to speech.
The voice identifier to use for speech generation.
The sample rate for the generated audio.
8000 <= x <= 24000The speed of the generated speech.
0.5 <= x <= 2Determines how numbers are spelled out. If set to 'en', numbers will be read as individual digits in English. If set to 'hi', numbers will be read as individual digits in Hindi.
en, hi The format of the output audio.
pcm, mp3, wav, mulaw Synthesized speech retrieved successfully.
A PCM int16 WAV file at the specified sample rate.