RP2040 as an audio USB device? #348
yuri-evangelista
started this conversation in
General
Replies: 1 comment 2 replies
-
I managed to implement a first DRAFT of an Audio class (implementing a Speaker and Microphone): details can be found in the wiki of my fork |
Beta Was this translation helpful? Give feedback.
2 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.
-
Hi everyone, noob developer here!
I'm struggling trying to create a USB stereo mic. I'm using two I2S mics (INMP441) and the Earle F. Philhower arduino-pico core.
Is there a way for getting the board be recognized as an USB audio device which streams the mics data?
Right now I can only stream the raw data via serial, which is almost unuseful...
Thank you very much
Yuri
Beta Was this translation helpful? Give feedback.
All reactions