RustAudio / dsp-chain

A library for chaining together multiple audio dsp processors/generators, written in Rust!
MIT License
297 stars 20 forks source link

Update sample to dasp version 0.11 #148

Closed rrx closed 3 years ago

rrx commented 3 years ago

In case this helps anyone else. I've upgraded the sample dependency to it's replacement dasp.

mitchmindtree commented 3 years ago

Thanks!

Fwiw, dasp also added an audio graph implementation not too long ago. I believe it should be a little more flexible in that it supports full signal graphs (not just signal "trees" as dsp-chain does, in turn allowing for side-chaining, feedback between different nodes, etc). You might find the docs here interesting https://docs.rs/dasp_graph/0.11.0/dasp_graph/