anthonyalfimov / Stable-Delay

AU, VST3. A WIP delay/chorus/flanger plugin
GNU General Public License v3.0
5 stars 1 forks source link

Delay-time-dependent low pass filtering of wet signal #67

Open anthonyalfimov opened 3 years ago

anthonyalfimov commented 3 years ago

The audio signal in the delay line is experiences low pass filtering. The cut-off frequency cyclicly depends on the delay time.

anthonyalfimov commented 3 years ago

Confirmed as being caused by using linear interpolation for handling fractional delay time in samples.