Files
klubhaus-doorbell/libraries/audio-tools/examples/examples-communication/http-server/streams-generator-webserverex_wav
2026-02-16 19:05:11 -08:00
..
2026-02-16 19:05:11 -08:00
2026-02-16 19:05:11 -08: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