Greetings
The Hifiberry DSP looks like a promising and affordable option to do DSP in hardware.
Unfortunately documentation especially on installation outside of Hifiberry OS is hard to find.
I managed to get it running in piCorePlayer and would like to share my experiences here:
https://sites.google.com/view/theaudioniche/hifiberry-dsp
I hope this might help others in the same situation.
Also i would be thankful for correction on where i got things wrong.
And then there are concepts i am still struggling with:
- store_attributes stores attributes from RAM into DSP EEPROM.
When is this necessary?
- Is this RAM of the DSP or of the Pi?
- Will a set_fir_filter command just write into RAM?
- Will apply-rew-filters make filters persistent or will they be gone after a reboot.
- Is there any documentation how filesystem, RAM and eeprom are working together?
- When i start sigmatcpserver with a host IP could i interact using a hifiberry instance running on another system?
- Is there an option or config to tell dsptoolkit what IP to use to talk to sigmatcpserver.
- Can i connect Sigma Studio to sigmatcpserver and read/send values of dsp?
- Is there a profile that provides a convolver?
Should i open a new post for every question a have?