Gradio 6.27 Improves Audio Streaming by Treating Chunks as a Single AAC File
Key Info
Gradio 6.27 introduces a change in audio streaming: incoming audio chunks are treated as one continuous AAC file, preserving codec state across the stream and removing the need to buffer audio chunks in demos.
Highlights
- Streaming audio chunks now behave like a single AAC file, so codec state is maintained throughout the stream.
- Audio demos no longer need to wait for buffering, making playback feel more seamless.
- The release also includes bug fixes around audio streaming and workflows, according to the Gradio team.