mp_audio_stream 0.2.0 mp_audio_stream: ^0.2.0 copied to clipboard
A simple multi-platform audio stream player for raw audio data streams.
0.2.0 #
- migrate to dart:js_interop and package:web from legacy dart:js and dart:html
0.1.5 #
- bump miniaudio version to 0.11.21
0.1.4 #
- bump miniaudio version
- bump minimum flutter version to 3.0.0
0.1.3 #
- ios: fix broken build - initialize _ctx struct implicitly
0.1.2 #
- web: support statistics
- web: refactor embedded string for JavaScript code to a asset
0.1.1 #
- add statistics about buffer exhaustion / full (not supported on web platform)
- skip playing too short buffer to reduce click noises
0.1.0 #
- iOS, macOS support
- remove 'keep buffer'
0.0.3 #
- android support
0.0.2 #
- document updates, show miniaudio's license.
0.0.1 #
- the first release, only supports web, linux and windows.