Replies: 1 comment 3 replies
-
Hi, indeed USB 1.0 High Speed can support PCM digital audio up to 24 bits/96kHz, but ESP32-USB-Soft-Host is limited to Low Speed devices, and does not implement the audio class. For a USB audio support, you'll be better with an ESP32-S2 or S3 using an USB library that implements audio at full speed: https://github.com/pschatzmann/arduino-audio-tools/tree/main/src [edit] If your device is similar, then chances are it could be detected by a modified version of the library, either way I'll need more information on said audio device. |
Beta Was this translation helpful? Give feedback.
-
Hello Dear, is it possible USB Audio Class 1 standard? And to connect ESP32 as external usb sound card :)
Beta Was this translation helpful? Give feedback.
All reactions