reki2000 / mp-audio-stream

Flutter plug-in for multi platform simple audio stream playback with real-time generated audio data streams
MIT License
9 stars 4 forks source link

Running on web #13

Closed hollingsworthd closed 8 months ago

hollingsworthd commented 8 months ago

This works great thank you. It might be helpful to note in the main readme that audioStream.init() must be called from Flutter's State.initState() and also that audioStream.resume() must be called after user interaction and before playing audio for web. The example in the source tree does cover this.

hollingsworthd commented 8 months ago

This is fixed by https://github.com/reki2000/mp-audio-stream/pull/16 ... closing this issue