arduino-audio-tools
Loading...
Searching...
No Matches
AudioServerWiFi.h
Go to the documentation of this file.
1#pragma once
2
3#include "AudioToolsConfig.h"
4
5#ifdef USE_WIFI
7#endif
8
10#include "AudioServerT.h"
11#include "AudioTools.h"
13
14namespace audio_tools {
15
16#ifdef USE_WIFI
20
24
28
33
37
41#endif
42
43} // namespace audio_tools
A simple Arduino Webserver which encodes the provided PCM audio (from a Stream or a callback) with th...
Definition AudioEncodedServerT.h:23
A minimal, single-client HTTP server that streams audio (or any other data) to a browser or media pla...
Definition AudioServerT.h:80
A simple Arduino Webserver which streams the audio as WAV data. This class is based on the AudioEncod...
Definition AudioEncodedServerT.h:205
Generic Implementation of sound input and output for desktop environments using portaudio.
Definition AudioCodecsBase.h:10