miniaudio-0.8.0 has been yanked.
Mini Audio Rust Bindings
Bindings to https://github.com/dr-soft/miniaudio
** The crate currently lacks documentation, but for the most part the API is very close the the API of the miniaudio C library. That can be found in the C library's main header file. **
Building
If the bindgen feature is turned off:
Then you shouldn't need to do anything special, the bindings should just work.
If they don't please open an issue.
If the bindgen feature is turned on:
LLVM must be installed in order to generate the bindings, but aside from that everything should just work.
Feel free to open an issue here if that is not the case.
Example Usage
For more examples, check out the examples directory.
//! Enumerating Devices
use Context;