alexstanoev / FoxDAC

USB and S/PDIF audio DAC using the Raspberry Pi Pico (RP2040)
BSD 3-Clause "New" or "Revised" License
46 stars 4 forks source link
audio dac raspberry-pi-pico rp2040 spdif usb-audio

FoxDAC - a USB / TOSLINK Audio DAC

DAC PCB

Features

Compiling

git clone https://github.com/raspberrypi/pico-sdk.git
mkdir build
cmake -B ./build -DCMAKE_BUILD_TYPE=Release -DPICO_EXTRAS_PATH=./firmware/pico-extras/ -DPICO_SDK_PATH=./pico-sdk/ firmware/
cmake --build ./build --config Release
cp build/foxdac/foxdac.uf2 /path/to/RPI-RP2