Skip to content

Stream to multiple esp32 audio from a dj mixer #2003

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

You must be logged in to vote

You can start by using the internal ADC of the ESP32, but I recommend to use a proper audio ADC (see the Wiki).

Communications is challenging because of the limited bandwidth, so you might need to reduce the sample rate or use a codec. There are plenty of communications examples: If you use A2DP please note that there is a considerable lag!

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@pschatzmann
Comment options

Answer selected by pschatzmann
@alessandrv
Comment options

@pschatzmann
Comment options

@alessandrv
Comment options

@alessandrv
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
Converted from issue

This discussion was converted from issue #2002 on April 09, 2025 06:19.