RustAudio / dsp-chain

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

Removed Node trait, renamed Dsp to Node, changed Graph to avoid allocations during audio_requested. #109

Closed mitchmindtree closed 9 years ago

mitchmindtree commented 9 years ago

Waiting on the verdict of this before travis will pass and this can merge.

mitchmindtree commented 9 years ago

cc @rryan