elehobica / pico_spdif_rx

S/PDIF receiver library for Raspberry Pi Pico
BSD 2-Clause "Simplified" License
74 stars 13 forks source link

USB Sound card example? #16

Open nikitalita opened 7 months ago

nikitalita commented 7 months ago

I need to capture a 20-bit 44.1khz SPDIF stream and stream it to my PC. Is there an example of this being used as a USB Audio Input device anywhere?

elehobica commented 7 months ago

No, there are no sample for USB audio. currently I have a sample in this project to convert into I2S and a separated project to record to SD card (https://github.com/elehobica/pico_spdif_recorder).