rtaudio-sys

Crates.iortaudio-sys
lib.rsrtaudio-sys
version
sourcesrc
created_at2023-05-31 18:59:13.977419
updated_at2024-12-16 21:58:17.563465
descriptionRaw bindings for RtAudio
homepage
repositoryhttps://github.com/BillyDM/rtaudio-sys
max_upload_size
id879055
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`
size0
Billy Messenger (BillyDM)

documentation

README

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.

Commit count: 19

cargo fmt