From my understanding the Line 6 Helix uses two 450MHz SHARC processors, ADSP-21469. Other effect/amp modelers use more or newer of the same family[0]. Can anyone comment about the relative processing power of a RPi vs the market solutions? Is the RPi theoretically good enough that a pedalboard could be completely modelled? [0] Interestingly, it sounds like SHARC chips were designed to be low cost processors for sing…
Generally this type of work is done on DSPs and FPGAs, because they can generally get much lower latency than a CPU. While this can get latency low enough that nobody will notice, it is still there, and there isn't room for anything else in your signal chain to also have latency and still be unnoticed. They will still have a CPU on devices like this, but all it does is run the UI, the sound processing is not done on…
A low latency guitar effects processor suitable for running on a Raspberry Pi
141–147 of 147 posts
Re: A low latency guitar effects processor suitable for running on a Raspberry Pi
#142I thought is hard to have low latency audio in Linux with stuff like PulseAudio.
Jack offers the low latency necessary for music production. Pipewire is supposed to offer low latency as well - at least lower than Pulseaudio, but I don't know how much.
Re: A low latency guitar effects processor suitable for running on a Raspberry Pi
#143Re: A low latency guitar effects processor suitable for running on a Raspberry Pi
#144Very cool, I've ordered a Raspberry Pi touchscreen this weekend and it should arrive today. I want to make a MIDI sequencer with it, or at least play with the idea. I hope my old Raspberry Pi can work with MIDI (over USB) without too much latency..
Re: A low latency guitar effects processor suitable for running on a Raspberry Pi
#145Earlier quoted context omitted.
I think the AxeFx has more virtual knobs, but the QC is easier to use, and has Kemper-like sound capture tech.
The QC is my go to pedal these days. I have a Helix (rack) and a Kemper (rack). While there have been some hiccups on software it really is a solid little box.
Re: A low latency guitar effects processor suitable for running on a Raspberry Pi
#146Re: A low latency guitar effects processor suitable for running on a Raspberry Pi
#147I'd love to write about this soon. Kudos to the coder