Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 746 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 746 Bytes

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