dsp-chain icon indicating copy to clipboard operation
dsp-chain copied to clipboard

A library for chaining together multiple audio dsp processors/generators, written in Rust!

Results 12 dsp-chain issues
Sort by recently updated
recently updated
newest added

This should be very doable within both the `Node` trait and the `Graph` data structure. The new scoped threads could make this really ergonomic. We could check the number of...

enhancement
draft

The latest release on crates.io is 0.13.1 and it doesn't build because of an error in a dependency. See https://github.com/RustAudio/dsp-chain/issues/149 for details. Please publish a new release so this crate...