RustAudio/dsp-chain

Rename `rust-dsp` to `dsp-chain`

mitchmindtree opened this issue · 2 comments

dsp-chain is a more accurate descriptor of the role of this repo. It'd probably be best to keep the lib simple and then depend on it with a separate repo for synthesis/effects.

Also, pre/post-pending rust or rs is probably better left for repos that are bindings to non-rust code.

Or maybe dsp-graph is better? Anyone have a preference?

Hmmm I think chain is a little more descriptive of the style in which it's used (to chain together dsp processors/generators). Going to make the change now!