audio_decode 0.1.1
audio_decode: ^0.1.1 copied to clipboard
Native Ogg Vorbis and MP3 decoding to PCM for Dart via stb_vorbis and minimp3 over FFI. Self-contained, pure-Dart friendly, no platform plugins.
0.1.1 #
- Move the stb_vorbis and minimp3 attributions out of
LICENSEintoTHIRD_PARTY_NOTICES.md, soLICENSEis the plain MIT text that automated license detection recognises. The attributions themselves are unchanged and still ship with the package.
0.1.0 #
- Initial release.
- Ogg Vorbis decoding via stb_vorbis and MP3 decoding via minimp3, compiled from source with Dart build hooks.
decodeAudio,decodeOgg,decodeMp3,detectFormatandPcmAudio.encodeWavwrites decoded PCM to a 16-bit WAV.