Relative Content

Tag Archive for flutterstreamingbufferflutter-audioplayers

Continuously Stream and Play Audio Chunks in Flutter Web?

I’ve been trying to implement streaming audio chunks (Uint8List) from an openAI tts-1 model in a Flutter Web app and playing them in sequence. The idea is to progressively fetch and buffer the audio as it’s generated (e.g., from a TTS endpoint) and then play each buffered portion as soon as the previous one finishes.