|
arduino-audio-tools
|
#include "AudioToolsConfig.h"#include "WiFiInclude.h"#include "AudioTools/CoreAudio/AudioBasic/Str.h"#include "AudioTools/Communication/HTTP/AbstractURLStream.h"#include "AudioTools/Communication/HTTP/HttpRequest.h"#include "AudioTools/Communication/HTTP/URLStreamBufferedT.h"Go to the source code of this file.
Classes | |
| class | URLStream |
| Represents the content of a URL as Stream. We use the WiFi.h API. If you run into performance issues, check if the data is provided chunked. In this chase you can check if setting the protocol to "HTTP/1.0" improves the situation. More... | |
Namespaces | |
| namespace | audio_tools |
| Generic Implementation of sound input and output for desktop environments using portaudio. | |
Typedefs | |
| using | URLStreamBuffered = URLStreamBufferedT< URLStream > |
| Type alias for buffered URLStream. | |