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

Envelope struct

mitchmindtree opened this issue · comments

An Envelope could be used for amplitude and frequency interpolation. It would contain a Vec and could have a basic ADSR constructor