12 lines
2.2 KiB
Markdown
12 lines
2.2 KiB
Markdown
# Raw (unsafe) bindings for Oboe library
|
|
|
|
[](https://github.com/katyo/oboe-rs)
|
|
[](https://crates.io/crates/oboe-sys)
|
|
[](https://docs.rs/oboe-sys)
|
|
[](https://opensource.org/licenses/Apache-2.0)
|
|
[](https://github.com/katyo/oboe-rs/actions?query=workflow%3ARust)
|
|
|
|
[Oboe](https://github.com/google/oboe) is a C++ library which makes it easy to build high-performance audio apps on Android. It was created primarily to allow developers to target a simplified API that works across multiple API levels back to API level 16 (Jelly Bean).
|
|
|
|
Usually you shouldn't use this crate directly, instead use [oboe](https://crates.io/crates/oboe) crate which provides safe interface.
|