Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Multispeaker audio streaming system #2145

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

Hello everyone,
I'd like to create a real-time, synchronized streaming system between multiple speakers.

The idea is to have an ESP32 connected to an audio source, acting as a transmitter, capable of sampling and sending the signal to multiple ESP32 receivers, to create an audio streaming system.

Can you tell me which libraries, examples, to use and how to implement them?

Thanks everyone.

You must be logged in to vote

Please note that the networking speed and thruput of the ESP32 is quite limited: you might need to minimize the amout of data that is distributed. I see the following alternatives

  • Using UDP broadcast
  • Using ESP-Now
  • Using SnapCast (e.g. on a RasperryPI) and snapclient on the ESP32 receiver

You can find the examples in examples-communication directory!

Replies: 1 comment

Comment options

Please note that the networking speed and thruput of the ESP32 is quite limited: you might need to minimize the amout of data that is distributed. I see the following alternatives

  • Using UDP broadcast
  • Using ESP-Now
  • Using SnapCast (e.g. on a RasperryPI) and snapclient on the ESP32 receiver

You can find the examples in examples-communication directory!

You must be logged in to vote
0 replies
Answer selected by pschatzmann
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet

AltStyle によって変換されたページ (->オリジナル) /