arduino / arduino/ArduinoCore-mbed

PluggableUSBAudio not working

Open
#546 11 comments 0 reactions 0 assignees View on GitHub
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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.