arduino / arduino/ArduinoCore-mbed
PluggableUSBAudio not working
Open
RP2040
waiting for feedback
- Dominant language
- C
- Stars
- 411
- Forks
- 225
- PR merge metrics
- No merged PRs in 30d
Description
Trying this example:
#include "PluggableUSBAudio.h"
USBAudio audio(true, 44100, 2, 44100, 2);
static uint8_t buf[128];
void setup() {
for (int i = 0; i
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reproducing the sketch from the issue with PluggableUSBAudio.h on the Pico, then inspect the USB enumeration path involved when it remains a USB Serial device instead of Mbed Audio. Done means the example enumerates as Mbed Audio and audio.write produces the expected USB audio behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp, raspberry-pi
- Domain
- audio-video-rtc, embedded-iot
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100