Crates.io | oboe-sys |
lib.rs | oboe-sys |
version | 0.6.1 |
source | src |
created_at | 2020-01-07 22:06:54.832922 |
updated_at | 2024-03-03 07:05:46.723794 |
description | Unsafe bindings for oboe an android library for low latency audio IO |
homepage | https://github.com/katyo/oboe-rs |
repository | https://github.com/katyo/oboe-rs |
max_upload_size | |
id | 196371 |
size | 934,962 |
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 crate which provides safe interface.