Stream to multiple esp32 audio from a dj mixer #2003
-
Problem DescriptionHello, I'm still trying to figure out the hardware needed. My idea was to use 2 esp32, one input and one output, to have the sounds that comes out from a dj mixer splitted to go both to the speakers and the esp and then to be transmitted with Bluetooth or wifi to another room where there will be the other esp but the sound from the main speakers won't be audible so no delay issues. I'm trying to understand what module should I get for this. From my understanding for what I need using a board with a pcn5201 should work for the output esp to send it to the speakers, but I'm not sure about the input. Please if my assumptions are wrong correct me. Device DescriptionESP32 SketchNo code yet Other Steps to ReproduceNo response What is your development environment (incl. core version info)No response I have checked existing issues, discussions and online documentation
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
This is not a bug, so I am moving this to the discussions. |
Beta Was this translation helpful? Give feedback.
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!