Earlier quoted context omitted.
Did you ever use Dirac Live and can compare the results? Hardware that supports Dirac is unfortunately very expensive.
FWIW, I've tried Dirac Live and compared it to the correction suggested by REW [0]. In both cases, the measurements were taken with a UMIK-1, and the correction was done on a computer. Contrary to GP, I didn't have to fix borked components, just a random, untreated living room. Dirac seemed to have a fairly heavy-handed correction. In my case, I only had fairly narrow frequency ranges that needed correcting, but Dira…
Fully Featured Audio DSP Firmware for the Raspberry Pi Pico
21–30 of 95 posts
Re: Fully Featured Audio DSP Firmware for the Raspberry Pi Pico
#22Earlier quoted context omitted.
FWIW, I've tried Dirac Live and compared it to the correction suggested by REW [0]. In both cases, the measurements were taken with a UMIK-1, and the correction was done on a computer. Contrary to GP, I didn't have to fix borked components, just a random, untreated living room. Dirac seemed to have a fairly heavy-handed correction. In my case, I only had fairly narrow frequency ranges that needed correcting, but Dira…
I also have a UMIK-1, and tried the REW route once, but it made everything worse. I suspect a lot of the know-how in Dirac is how to automatically get good results.
Maybe for more involved situations Dirac does a better job, but, in my case, it didn't really solve anything. Also, I see they now have this newer "bass control" thing, and it's not clear if my version had it when I last tested it (around November 2025).
Re: Fully Featured Audio DSP Firmware for the Raspberry Pi Pico
#23Earlier quoted context omitted.
85ms https://github.com/WeebLabs/DSPi/commit/ba8e481570e6a5ce3d35...
Ouch, thats pretty average, what a pity ..
The end-to-end delay is about 10ms, according to this comment:
https://www.audiosciencereview.com/forum/index.php?threads/i...
Re: Fully Featured Audio DSP Firmware for the Raspberry Pi Pico
#24Re: Fully Featured Audio DSP Firmware for the Raspberry Pi Pico
#25This is awesome. What are the odds a Raspberry Pi could keep up with BTrack? https://github.com/adamstark/BTrack
If it's not doing anything else and the sample rates aren't outrageous it might be doable but I'd have to dig into the code more to see how much work they're doing per sample.
Re: Fully Featured Audio DSP Firmware for the Raspberry Pi Pico
#26I wonder if you could do the same thing in reverse and have a cheap way to get multiple inputs. I would love a cheap way to add 8–16 inputs to my PC; all the audio interfaces I found cost quite a bit.
The ADCs on RP2040/2350 only have 12 bit resolution.
Re: Fully Featured Audio DSP Firmware for the Raspberry Pi Pico
#27Re: Fully Featured Audio DSP Firmware for the Raspberry Pi Pico
#28Re: Fully Featured Audio DSP Firmware for the Raspberry Pi Pico
#29Earlier quoted context omitted.
The ADCs on RP2040/2350 only have 12 bit resolution.
Even worse, the ENOB is closer to 9 bits in testing. It’s got horrible DNL/INL. Totally worthless for any audio unless you’re trying to do chiptunes or something.
There are other projects for the Pico which implement S/PDIF in.
In either case, since it is digital, the quality (or lack of) of the internal ADCs should not matter.
Re: Fully Featured Audio DSP Firmware for the Raspberry Pi Pico
#30I wonder if you could do the same thing in reverse and have a cheap way to get multiple inputs. I would love a cheap way to add 8–16 inputs to my PC; all the audio interfaces I found cost quite a bit.
The ADCs on RP2040/2350 only have 12 bit resolution.