USB Audio interface #10842
Unanswered
saraverbeecke
asked this question in
STM32 / Pyboard
USB Audio interface
#10842
Replies: 2 comments
-
It's not yet one of the examples but check out this working USB audio input gist! 👋 @benagricola |
Beta Was this translation helpful? Give feedback.
0 replies
-
For the input side, I2S is pretty well-supported on STM32. See machine.I2S: https://docs.micropython.org/en/latest/library/machine.I2S.html PDM and TDM are not supported at the moment, I believe. |
Beta Was this translation helpful? Give feedback.
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.
-
Does anyone know if it is feasible to send a multi-channel digital audio stream (like TDM format) to a PC using a STM32H7 using MicroPython? Therefor it should act as an USB audio interface, but I cannot find any MicroPython examples on this subject...
Beta Was this translation helpful? Give feedback.
All reactions