openAI Text 2 Speech > Streaming real time audio using chunk transfer encoding

Hello, does anyone has experience with openAI Text 2 Speech and streaming real time audio using chunk transfer encoding ?

How do i implement this in flutterflow ?

https://platform.openai.com/docs/guides/text-to-speech

Streaming real time audio

The Speech API provides support for real time audio streaming using chunk transfer encoding. This means that the audio is able to be played before the full file has been generated and made accessible.


Thanks for your help in advance !

5
2 replies