Jscott44 / RTEP5-the-raspberry-jam

Realtime digital guitar effects pedal designed for Raspberry PI, written in C++
MIT License
12 stars 0 forks source link

81 fix reverb delay line in attempts to make it run in real time #82

Closed iamdario closed 5 months ago

iamdario commented 5 months ago

Based on Issue #81 . Reverb was adjusted to no longer use the Fir1 library. Instead, we have implemented our own delay line.