Skip to content

usb_audio module and USBMicrophone class#11058

Open
FoamyGuy wants to merge 1 commit into
adafruit:mainfrom
FoamyGuy:usb_audio
Open

usb_audio module and USBMicrophone class#11058
FoamyGuy wants to merge 1 commit into
adafruit:mainfrom
FoamyGuy:usb_audio

Conversation

@FoamyGuy

Copy link
Copy Markdown
Collaborator

The API is modeled after usb_video. Enable the audio endpoint inside boot.py and hook it to existing audio source APIs in code.py.

All of my testing was on rp2040 based devices, so that is the only port that it's enabled in currently.

One open question: while working on audioi2sin it was suggested to make it one word i.e. not audio_i2sin, the existing usb_something modules are all split into two words with an underscore so I've done the same with usb_audio for consistency to the rest of them. Perhaps it should be introduced as usbaudio instead though, especially if we would want to eventually rename the others.

@dhalbert

Copy link
Copy Markdown
Collaborator

I think usb_audio is fine, given usb_midi, etc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants