Skip to content

Managing and Prioritizing Multiple Audio Channels with ESP32 #1684

Answered by pschatzmann
theSchoofseggl asked this question in Q&A
Discussion options

You must be logged in to vote

The ESP32 has 2 I2S ports, so you can use 2 I2S ADCs. I2S is stereo, so you get max 2 * 2 = 4 audio input channels.

Therfore you have also the option to use 2 I2S ADCs and do your multiplexing in software

Replies: 3 comments 5 replies

Comment options

You must be logged in to vote
1 reply
@theSchoofseggl
Comment options

Comment options

You must be logged in to vote
3 replies
@theSchoofseggl
Comment options

@pschatzmann
Comment options

@theSchoofseggl
Comment options

Answer selected by theSchoofseggl
Comment options

You must be logged in to vote
1 reply
@theSchoofseggl
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants