https://github.com/rust-av/opensl-rs
OpenSL ES bindings
https://github.com/rust-av/opensl-rs
Last synced: about 1 year ago
JSON representation
OpenSL ES bindings
- Host: GitHub
- URL: https://github.com/rust-av/opensl-rs
- Owner: rust-av
- Created: 2017-12-31T15:36:12.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-07-21T05:37:58.000Z (almost 5 years ago)
- Last Synced: 2025-03-26T16:05:25.211Z (about 1 year ago)
- Language: Rust
- Size: 11.7 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OpenSL ES bindings
[](LICENSE)
[](https://github.com/rust-av/opensl-rs/actions)
It is a simple [binding][1] and safe abstraction over [opensles][2] with a focus on [Android][3].
## Building
The bindings are generated using the headers and libraries that ought to be present in the system.
You must set `ANDROID_NDK` and `NDK_PLATFORM` in order to build it.
## TODO
- [ ] Simple bindings
- [ ] cargo-apk support
- [ ] Safe abstraction
- [ ] Android-specific support
- [ ] Examples
[1]: https://github.com/servo/rust-bindgen
[2]: https://www.khronos.org/opensles/
[3]: https://developer.android.com/ndk/guides/audio/opensl-for-android.html