8 releases
0.3.3 | Dec 11, 2023 |
---|---|
0.3.2 | Aug 1, 2023 |
0.3.1 | Jul 24, 2023 |
0.3.0 | Jun 15, 2023 |
0.1.2 | May 31, 2023 |
#972 in Audio
57 downloads per month
Used in rtaudio
605KB
13K
SLoC
Contains (obscure autoconf code, 13KB) rtaudio/configure.ac
rtaudio-sys
Raw Rust bindings for RtAudio (version 6).
This is used by the rtaudio crate, which provides a safe wrapper with a more Rust-y API.
Bindings are made from the official C header. No bindings to the C++ interface are provided.
This will build RtAudio from source. Don't forget to initialize git submodules (git submodule update --init
) or clone with --recursive
.