opensles 0.0.1

Raw bindings to Android's OpenSLES sound API
Documentation
1
2
3
4
5
6
7
8
9
# opensles

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.