What's new
HTML Forums | An HTML and CSS Coding Community

Welcome to HTMLForums; home of web development discussion! Please sign in or register your free account to get involved. Once registered you will be able to connect with other members, send and receive private messages, reply to topics and create your very own. Our registration process is hassle-free and takes no time at all!

Live audio stream from arduino iot

Dr pepper

New member
I want to connect an audio source to an esp32 arduino, and listen to this audio on a browser over a network.
I have developed some really simple webpages using the esp32, I'm a noob but not totally green.
I was thinking of using the <audio> tag then uploading raw audio from the esp32 using its analog in port to aquire the raw data from the audio source.
Do I need to synchronize the data packets, or can I just throw blocks of data at the browser as its generated.
Any advice appreciated.
 
Back
Top