|
arduino-audio-tools
|
#include "AudioToolsConfig.h"#include "AudioTools/AudioLibs/Concurrency.h"#include "AudioTools/Communication/HTTP/AbstractURLStream.h"#include "AudioTools/CoreAudio/BaseStream.h"Go to the source code of this file.
Classes | |
| class | BufferedTaskStream |
| A FreeRTOS task is filling the buffer from the indicated stream. Only to be used on the ESP32. More... | |
| class | URLStreamBufferedT< T > |
| URLStream implementation for the ESP32 based on a separate FreeRTOS task: the. More... | |
Namespaces | |
| namespace | audio_tools |
| Generic Implementation of sound input and output for desktop environments using portaudio. | |
Macros | |
| #define | STACK_SIZE 30000 |
| #define | URL_STREAM_BUFFER_COUNT 10 |
| #define | URL_STREAM_CORE 0 |
| #define | URL_STREAM_PRIORITY 2 |
| #define STACK_SIZE 30000 |
| #define URL_STREAM_BUFFER_COUNT 10 |
| #define URL_STREAM_CORE 0 |
| #define URL_STREAM_PRIORITY 2 |