I am reopening this to just inform all the participants and all the future visitors that flutter_soloud now supports streaming of MP3, Opus and Vorbis with Ogg container, and raw PCM.
It is also possible to get metadata TAGs while streaming. This is useful for example when the audio chunks added are coming from a online radio.
So for now the received audio can be listened many times and possibly disposed to start with a new audio.
this is also fixed by using a buffer of kind released
which means the already listened audio memory is cleared.
An example of listening to icecast online radio: flutter_soloud/example/lib/buffer_stream/web_radio.dart at main · alnitak/flutter_soloud · GitHub