arduino-audio-tools
Loading...
Searching...
No Matches
Classes | Namespaces | Typedefs
AudioServerT.h File Reference
#include "AudioTools/AudioCodecs/CodecWAV.h"
#include "AudioTools/CoreAudio/AudioStreams.h"
#include "AudioTools/CoreAudio/StreamCopy.h"
#include "AudioToolsConfig.h"

Go to the source code of this file.

Classes

class  AudioServerT< Client, Server >
 A simple Arduino Webserver which streams the result This class is based on the WiFiServer class. All you need to do is to provide the data with a callback method or from an Arduino Stream: in -copy> client. More...
 

Namespaces

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

Typedefs

typedef void(* AudioServerDataCallback) (Print *out)
 Calback which writes the sound data to the stream.