arduino-audio-tools
Loading...
Searching...
No Matches
Classes | Namespaces
AudioEncodedServerT.h File Reference
#include "AudioServerT.h"

Go to the source code of this file.

Classes

class  AudioEncoderServerT< Client, Server >
 A simple Arduino Webserver which streams the audio using the indicated encoder.. This class is based on the WiFiServer class. All you need to do is to provide the data with a callback method or from a Stream. More...
 
class  AudioWAVServerT< Client, Server >
 A simple Arduino Webserver which streams the audio as WAV data. This class is based on the AudioEncodedServer class. All you need to do is to provide the data with a callback method or from a Stream. More...
 

Namespaces

namespace  audio_tools
 Generic Implementation of sound input and output for desktop environments using portaudio.