This library is currently in early development. Feel free to use it, but do so with the knowledge that APIs are likely to change without consideration for backwards compatibility.
This repo is my investigation into using Rust for creative, cross-platform audio programming.
On Linux, alsa
or jack
is required before building/running any examples that require native audio device support (as opposed to WASM).
Install alsa
like so on Ubuntu:
sudo apt-get install libasound2-dev
or
sudo apt-get install libjack-jackd2-dev libjack-jackd2-0
Licensed under either of Apache License, Version 2.0 or MIT license at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in resonix by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.