Generate WAV audio from text using the HTTP TTS endpoint.
Authorization
header.
https://api.outspeed.com/v1/tts/
true
to stream audio chunks; false
returns the full WAVaudio/pcm
X-Sample-Rate
: Sample rate (default: 24000)X-Channels
: Number of audio channels (default: 1)X-Bit-Depth
: Bit depth (default: 16)Authorization: Bearer <YOUR_OUTSPEED_API_KEY>
.