Raw bindings to Android's OpenSLES sound API generated using [rust-bindgen](https://github.com/rust-lang/rust-bindgen).
Documentation on OpenSLES on Android can be found [here](https://developer.android.com/ndk/guides/audio/opensl/opensl-for-android).
Tested on `i686-linux-android` and `armv7-linux-androideabi` targets.
This is a fork from https://github.com/AmpMe/opensles-sys with updated code.