RustAudio / dsp-chain

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

Remove hard dependency on sound_stream crate (it should only be needed for example) #134

Closed mitchmindtree closed 8 years ago

mitchmindtree commented 8 years ago

This would make dsp-chain compatible for use with any audio backend including CPAL

mitchmindtree commented 8 years ago

This was done via #135.