client.tts.createStream(request)
Returns a Readable stream. The first chunk arrives quickly — use this for real-time playback where you want to start playing audio before the full response is ready.
HTTP streaming with client.tts.createStream() for low-latency playback
client.tts.createStream(request)Readable stream. The first chunk arrives quickly — use this for real-time playback where you want to start playing audio before the full response is ready.