textToSpeechStream method
Convert text to speech with streaming output
Throws UnsupportedError if not supported. Check supportedFeatures first.
Implementation
@override
Stream<AudioStreamEvent> textToSpeechStream(TTSRequest request) {
throw UnsupportedError('OpenAI does not support streaming text-to-speech');
}