Replies: 1 comment
|
Hi |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hello, I recently created a functional audio input device following the examples with some modifications. For this I used the one channel mic descriptor in usbd.h. I wanted to make this device bidirectional so it could receive as well as send audio data to a host, but I didn't see any descriptor in usbd.h that can do both, just one or the other. Has anyone created this kind of combo audio device with TinyUSB that would be willing to give some guidance on setting it up? Thanks
All reactions