arduino-audio-tools/examples/examples-webserver/streams-generator-webserverex_wav
2023-07-13 17:40:44 +02:00
..
README.md Readme 2022-09-12 09:51:57 +02:00
streams-generator-webserverex_wav.ino Correct compile errors for examples 2023-07-13 17:40:44 +02:00

Webserver

With the help of the ESP32 WIFI functionality we can implement a simple web server. In the example we use a Sine Wave generator as sound source and return the result as an WAV file

The server can be used like any other output stream and we can use a StreamCopy to provide it with data.

Multiple users can connect to the server!

Dependencies