chegewara / EspTinyUSB

ESP32S2 native USB library. Implemented few common classes, like MIDI, CDC, HID or DFU (update).
MIT License
473 stars 70 forks source link

[Request] USB sound card example with I2S output #113

Open meltdown03 opened 1 year ago

meltdown03 commented 1 year ago

Would it be possible to have the ESP32-S3 show up as a USB Sound card? Then whatever audio it receives from the host would get sent out as I2S to a DAC (like the PCM5102A). I found this exact same thing for the STM32 blackpill here

chbeer commented 5 months ago

I would be interested in something like this, too. Would it be possible to port other implementations to this library? For example: https://github.com/hathach/tinyusb/issues/1382#issue-1161917663