audio_decode 0.1.0 copy "audio_decode: ^0.1.0" to clipboard
audio_decode: ^0.1.0 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.0 #

  • Initial release.
  • Ogg Vorbis decoding via stb_vorbis and MP3 decoding via minimp3, compiled from source with Dart build hooks.
  • decodeAudio, decodeOgg, decodeMp3, detectFormat and PcmAudio.
  • encodeWav writes decoded PCM to a 16-bit WAV.
0
likes
0
points
731
downloads

Publisher

verified publisherdeveloperyusuf.com

Weekly Downloads

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.

Repository (GitHub)
View/report issues

Topics

#audio #mp3 #vorbis #pcm #ffi

License

unknown (license)

Dependencies

code_assets, ffi, hooks, native_toolchain_c

More

Packages that depend on audio_decode