18 releases
0.5.3 | Dec 1, 2024 |
---|---|
0.5.2 | Nov 23, 2024 |
0.5.1 | Sep 12, 2024 |
0.5.0 | May 11, 2024 |
0.2.2 | Nov 13, 2018 |
#462 in Audio
1,795 downloads per month
Used in 3 crates
(2 directly)
21MB
595K
SLoC
Contains (autotools obfuscated code, 530KB) opus/configure, (obscure autoconf code, 41KB) opus/configure.ac
opusic-sys
Bindings to libopus
Target version 1.5.2
Setup
If the OPUS_LIB_DIR
environment variable is set, it will be searched for the opus
library. Otherwise, a static library will be built automatically.
Android build
When building for android, library requires presence of env variable ANDROID_NDK_HOME
in order to supply
cmake with toolchain file and correct target arch.
Re-generate bindings
The feature build-bindgen
is used to generate bindings.
To use it set env variable LIBCLANG_PATH
to directory that contains clang binaries
Requirements
cmake
Optional
ninja
- When present, build script defaults to use corresponding CMake's generator