RustAudio / dsp-chain

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

[Breaking Change] Change the Graph to be generic over `Frame`s instead of `Sample`s. Remove the now unnecessary `Settings` type. Add a `Node<F>` impl for `Box<Node<F>>`. #138

Closed mitchmindtree closed 8 years ago

mitchmindtree commented 8 years ago

Published as 0.13.0.