pub type AudioByteStream = Pin<Box<dyn Stream<Item = Result<Bytes>> + Send>>;
Boxed asynchronous stream of audio chunks returned by the streaming TTS endpoint.
pub struct AudioByteStream { /* private fields */ }