RustAudio / dsp-chain

A library for chaining together multiple audio dsp processors/generators, written in Rust!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Change the SoundStream from a trait to an Iterator (similar to the main Piston Event Iterator)

mitchmindtree opened this issue · comments

I much prefer the design and usage of the EventIterator than the current SoundStream trait.