@Weeb Labs would it be possible to have multiple instances of the Pico on the same Mac machine (i.e. one for head amp and another for active speakers)?
Yes. A Linkwitz transform is a biquad filter just like the other EQ filters, so it should just require a small addition to the firmware to calculate the coefficients plus whatever changes are needed for the console application.Just wondering, is Linkwitz Transform possible in the EQ functions
I think in the days of room correction, it is a rather pointless thing. What it tries to do is vastly overpowered by whatever the room does. So fixing the room response, and using that to cleanly extend the bass, is way more effective and yields much better results.Linkwitz transform
I greatly appreciate your contribution.I'll gladly donate 20 again in the future. So little money for what you are developing! Many Thanks!
This ride is a thrill! I purchased 4 Pico's right of the bat with ideas for 4 systems.
Just wondering, is Linkwitz Transform possible in the EQ functions, even though it can be accomplished with shelf and peaking? - so probably not that necessary
Also, is a volume dependent variable low frequency roll off rate and point possible. ie, a sealed sub is EQ'd to reach 20hz at low volume but can be set to increase continuously with increase in volume at a selectable rate and desired slope.
Just ideas but can certainly go without them. Thanks Again!
Yes, this is entirely possible and will become emergent functionality once I have implemented device selection in DSPi Console, unique PIDs for both RPs and unique serial computation from flash ID.@Weeb Labs would it be possible to have multiple instances of the Pico on the same Mac machine (i.e. one for head amp and another for active speakers)?
Its utility goes far beyond just extending bass response (and that doesn't preclude the use of room EQ anyway...). I've found it quite useful for crossovers as one often has a 2nd-order highpass response that would ideally be a different Q or corner frequency (either higher or lower). A Linkwitz transform accomplishes exactly that. It can even be applied to lowpass responses (see above) and to higher-order systems that can be represented as cascaded 2nd-order sections.fixing the room response, and using that to cleanly extend the bass, is way more effective and yields much better results.
Awesome!Yes, this is entirely possible and will become emergent functionality once I have implemented device selection in DSPi Console and randomized PID identifier ranges for the boards.
Please bear in mind that 8-channel output (4xSPDIF) will soon be added, so you might find that a second board isn't needed after all!
Thank you very much.Awesome!
Can't wait to try it!
Sent you a Ko-fi.
@Weeb Labs would it be possible to have multiple instances of the Pico on the same Mac machine (i.e. one for head amp and another for active speakers)?
hiya ive been reading through and just wanted to clarify as this is a little bit harder to follow for me . at the moment your adding more physical spliff outputs so a bit like 4 stereo spdif outputs ? so one could get 8 channels with 4 stereo dacs .I assume the idea would be to get 4 cheaper well measuring days for a multiway active speaker system .? is there anyway the channels could be combined within 0ne spdif output then sent to an avr the way all the surround channels could be sent through the same cable . I know i asked this before but I just wanted to be make sure I understood .Thanks!
A small update before I get some sleep: I have successfully refactored the pico_audio_spdif library (with some help from robo intern), creating a new fork "creatively" named pico_audio_spdif_multi. This fork includes full support for instantiation and enables the creation of as many SPDIF outputs as the hardware can support (theoretically up to 12). Conveniently, all BMCs running on a given PIO block are phase and latency locked as they are driven by exactly the same divider clock.
For the moment, I have simply routed the subwoofer output to a second SPDIF on pin 22 and successfully tested simultaneous output. We now have up to eight functional digital output channels.
I'll commit this tomorrow, once I have had time to investigate edge cases. If everything is satisfactory, then a matrix mixer (2 in, 8 out) is our next stop.
That is correct. With four SPDIF outputs, users could connect four DACs to produce eight audio channels. I have no doubt that the use cases for this will be quite varied, with some people using it as an active crossover and others simply applying filters to multiple devices or headphones.hiya ive been reading through and just wanted to clarify as this is a little bit harder to follow for me . at the moment your adding more physical spliff outputs so a bit like 4 stereo spdif outputs ? so one could get 8 channels with 4 stereo dacs .I assume the idea would be to get 4 cheaper well measuring days for a multiway active speaker system .? is there anyway the channels could be combined within 0ne spdif output then sent to an avr the way all the surround channels could be sent through the same cable . I know i asked this before but I just wanted to be make sure I understood .
appreciate your time to answer.
thanks for clarifying. ill have a look around and see if theres any cheap little dacs where It makes sense cost wise .That is correct. With four SPDIF outputs, users could connect four DACs to produce eight audio channels. I have no doubt that the use cases for this will be quite varied, with some people using it as an active crossover and others simply applying filters to multiple devices or headphones.
The RP2040/2350 doesn't have the resources for the AC-3 encoding that would be required to output multiple compressed channels via SPDIF, so connection to an AVR would have to be done either via multichannel analog inputs or a direct I2S feed. Multi-channel I2S output is also planned but the process of connecting it to an AVR requires circuit modifications to said AVR.
You're invitedBut I agree to some extend, since I have not yet heard a system with FÌR that sounded "better" than a system with IIR.
You're invited![]()
Thank you!
There's a small issue with the USB descriptors at the moment, which prevents Windows from knowing which driver to install for the control interface. Check Device Manager and see if you have a second "Weeb Labs DSPi" with a missing driver. If so, do the following:
Grab this application, launch it and select "Weeb Labs DSPi (Interface 2)" from the dropdown box. Make sure "WinUSB" is selected next to the green arrow and then choose "Install Driver". Give it a few minutes to install.
![]()
Once installed, everything should be working and you should have two DSPi devices; one under "Sound, video and game controllers" and the other under "Universal Serial Bus devices".
You can then use the DSPi Console application. If it's already running, clicking the reconnect button in the lower left corner should establish a connection to the board.
I'll be issuing a new commit and release with this issue fixed shortly. Support for the Windows light mode is also on the way.
Is the core 1 usage pegged to 66% because the software DAC keeps running even if the PDM output is muted?DSPi v1.0.7 with batch sample processing has passed testing and is now available!
This release introduces an efficiency increase of about 13%, which is equivalent to an additional 15 filters of capacity on core 0. Additionally, the core 0 usage meter now updates continuously, whether or not audio is playing. This enables one to evaluate core usage immediately upon making changes, without the need to play something.
I'm glad to hear it's working now. I'd love to know how things go tomorrow.Thanks!
It worked exactly as you said, from Zadig to the two devices that are now OK (one had an exclamation point before).
I can send audio to it now, just need some time tomorrow to solder a SPDIF output and test it.
That is correct. The PDM runs continuously, regardless of audio packets arriving. This will change in the next release, which is when the matrix mixer is being introduced.Is the core 1 usage pegged to 66% because the software DAC keeps running even if the PDM output is muted?
@capslockThis is becoming ever greater! Does it support multiple shelving filters overall and per output channel?
Linkwitz used these a lot, and it was the reason I could not use Aurora DSP with the LX521.4, as Aurora only allows for one up and one down shelf per output channel.