BillyDM / rtaudio-sys

Raw Rust bindings to RtAudio

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Raw Rust bindings to RtAudio

License:MIT License


Languages

Language:Rust 100.0%