RustAudio / dsp-chain

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

Use duplex::Event instead of Event from sound_stream #104

Closed niconii closed 9 years ago

niconii commented 9 years ago

This fixes lib.rs, which is currently broken, but this isn't a complete fix as the examples are also broken (hence why the Travis CI build failed). I'd fix them myself but I'm unsure what changes need to be made.

mitchmindtree commented 9 years ago

Thanks a lot for the PR @niconii! I'm going to close this however as I've addressed it along with fixes for the examples in #105 :+1: