getStreamingAudio abstract method
Stream<TextToSpeechResponseUpdate>
getStreamingAudio(
- String text, {
- TextToSpeechOptions? options,
- CancellationToken? cancellationToken,
Synthesizes text into audio and returns a stream of response updates.
Implementation
Stream<TextToSpeechResponseUpdate> getStreamingAudio(
String text, {
TextToSpeechOptions? options,
CancellationToken? cancellationToken,
});