adafruit / Adafruit_TinyUSB_Arduino

Arduino library for TinyUSB
MIT License
469 stars 122 forks source link

Support for UAC device under Arduino #212

Closed lu7did closed 1 year ago

lu7did commented 1 year ago

Is your feature request related to a problem? Please describe. Unable to spot an example/template of a UAC device showing how to implement an sound card under Arduino IDE (rp2040)

Describe the solution you'd like A sample code that can be used as a template.

Describe alternatives you've considered Instructions or guidelines on how to use existing examples such as uac2_headset to work under the Arduino IDE (rp2040)

Additional context quite difficult to make it work because of missing dependencies.

Thanks in advance

hathach commented 1 year ago

won't implemented since UAC is still WIP in tinyusb core. You should start your own c (pico-sddk) project since UAC is a bit complicated to port to audio.