mpv_audio_kit 0.0.1+1
mpv_audio_kit: ^0.0.1+1 copied to clipboard
Flutter audio player built on top of libmpv. Supports audio filters, pitch control, equalizer, and all mpv audio features. Targets macOS, Windows, Linux, iOS and Android.
0.0.1+1 15-03-2026 #
Added #
- Swift Package Manager: Added support for SPM on iOS and macOS.
- Documentation: Improved API documentation coverage.
Fixed #
- README: Fixed broken image links on pub.dev using absolute GitHub URLs.
- Analysis: Enforced curly braces in flow control structures and resolved all static analysis warnings in
lib/andexample/.
0.0.1 15-03-2026 #
Added #
- Initial Release: High-performance audio library for Flutter powered by
libmpv(v0.41.0). - Cross-Platform Support: Seamless playback on iOS, Android, macOS, Windows, and Linux.
- Example App: Included a comprehensive example app demonstrating DSP, hardware routing, and queue management.