MiniDexed
MiniDexed copied to clipboard
Add USB audio support
Thanks @rsta2
To test this, you need a Raspberry Pi larger than 3, not be running in USB gadget mode, and need to set SoundDevice=usb in minidexed.ini.
https://github.com/probonopd/MiniDexed/discussions/148#discussioncomment-10428583
Please note that the driver by default searches for 16-bit audio interfaces. If your USB audio interfaces uses 24 bits, you have to add the option
soundopt=24to the filecmdline.txton the SD card.
If you are testing this, please let us know which hardware you are using and what the outcome was. Thanks!