Crates.io | rtaudio-sys |
lib.rs | rtaudio-sys |
version | |
source | src |
created_at | 2023-05-31 18:59:13.977419 |
updated_at | 2024-12-16 21:58:17.563465 |
description | Raw bindings for RtAudio |
homepage | |
repository | https://github.com/BillyDM/rtaudio-sys |
max_upload_size | |
id | 879055 |
Cargo.toml error: | TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
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
.