/miniaudio-dart

Primary LanguageDartMIT LicenseMIT

An audio library for Flutter.

This project is based on miniaudio and made available to flutter via ffi.

Made available under a BSD-style license.

Usage

Generated C bindings with ffigen. pub get ; pub run ffigen

Run *.sh files first to compile miniaudio for different platforms; the examples (e.g. android, iOS) rely on those to build the C library.

Dependencies

TODO

  • Provide instructions to build for iOS, android

Planned support

  • Windows
  • WASM