chegewara / EspTinyUSB

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

Is there any plan to do usb Audio equipment #86

Closed LiTongXue98 closed 2 years ago

LiTongXue98 commented 2 years ago

Recently I wanted to make a device about USB Audio, but I found that the synchronous transfer of ESP32S2 and ESP32S2 was problematic. Someone found the same problem as mine in another project. Have you ever had a similar problem before

chegewara commented 2 years ago

No, there is no plan to add any more drivers so far. And no, i didnt have any problems, but except making this library i didnt work too much with USB yet.