Go to the source code of this file.
|
| class | AudioEncoderServerT< Client, Server > |
| | A simple Arduino Webserver which encodes the provided PCM audio (from a Stream or a callback) with the given AudioEncoder and streams the result to the connected HTTP client, e.g. WAV, MP3 or any other supported format. This class extends AudioServerT, so it inherits its Client/Server template parameters as well as its transfer-encoding behavior: if setMaxOutputSize() is not called, the response defaults to Transfer-Encoding: chunked; otherwise a Content-Length header is sent instead. 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...
|
| |
|
| namespace | audio_tools |
| | Generic Implementation of sound input and output for desktop environments using portaudio.
|
| |