rtaudio-sys

Crates.iortaudio-sys
lib.rsrtaudio-sys
version0.3.3
sourcesrc
created_at2023-05-31 18:59:13.977419
updated_at2023-12-11 17:20:58.579519
descriptionRaw bindings for RtAudio
homepage
repositoryhttps://github.com/BillyDM/rtaudio-sys
max_upload_size
id879055
size1,168,987
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: 17

cargo fmt