Get speech for given text using the Waves API
Bearer authentication header of the form Bearer <api_key>, where <api_key> is your api key.
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 <= 2Language code for text normalization (e.g., how numbers, dates, and abbreviations are spelled out). Set to 'auto' for automatic language detection, or specify a language code like 'en' or 'hi'.
auto, 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.