rtaudio-sys 0.3.1

Raw bindings for RtAudio
Documentation
1
2
3
4
5
6
7
8
9
# rtaudio-sys

Raw Rust bindings for [RtAudio](https://github.com/thestk/rtaudio) (release 6.0.0).

This is used by the [rtaudio](https://crates.io/crates/rtaudio) crate, which provides a safe wrapper with a more Rust-y API.

Bindings are made from the official [C header](https://github.com/thestk/rtaudio/blob/master/rtaudio_c.h). 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`.