austintheriot / resonix

Realtime, cross-platform audio processing & synthesis.

Home Page:https://austintheriot.github.io/resonix/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Resonix

Tests Image

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.

About

This repo is my investigation into using Rust for creative, cross-platform audio programming.

Granular Synthesizer Demo

Granular Synthesizer Demo

Dependencies

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

License

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.

About

Realtime, cross-platform audio processing & synthesis.

https://austintheriot.github.io/resonix/

License:Apache License 2.0


Languages

Language:Rust 100.0%