| Crates.io | rtaudio-sys |
| lib.rs | rtaudio-sys |
| version | 0.3.6 |
| created_at | 2023-05-31 18:59:13.977419+00 |
| updated_at | 2025-09-22 00:53:13.23768+00 |
| description | Raw bindings for RtAudio |
| homepage | |
| repository | https://codeberg.org/Meadowlark/rtaudio-rs |
| max_upload_size | |
| id | 879055 |
| size | 1,177,064 |
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.