Skip to content

Web Sockets On ESP32 Audio Kit #1454

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

You must be logged in to vote

The short answer is yes - just use a websocket library!

However, I am afraid, it still does not make any sense to me: The WebSocket API is an advanced technology that makes it possible to open a two-way interactive communication session between the user's browser and a server. I don't see how this would make any sense since there is no standardized official audio streaming protocol that you could use and therefore I am not providing any examples.

I also do not understand what you mean with audio bits: All audio is ultimately sent as bitstream. If you want to reduce the data quantity, you will need to use a compressing audio encoder on the sender side and the corresponding decoder on the r…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@flashdato
Comment options

@pschatzmann
Comment options

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
2 participants