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

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

Closed e-perets closed 5 months ago

e-perets commented 5 months ago

The FIR filter method causes segmentation faults and does not run in real time. Attempt implement a ring buffer without the fir library.

Jscott44 commented 5 months ago

tested on rpi, works well