arduino-audio-tools
Loading...
Searching...
No Matches
ICYStream.h
1#pragma once
2#include "AudioTools/Communication/HTTP/URLStream.h"
3#include "AudioTools/Communication/HTTP/ICYStreamT.h"
4
5namespace audio_tools {
6
7
13
14#if defined(USE_CONCURRENCY)
20
21#endif
22
23}
Icecast/Shoutcast audio stream that separates ICY metadata from audio bytes.
Definition ICYStreamT.h:42
URLStream implementation for the ESP32 based on a separate FreeRTOS task: the.
Definition URLStreamBufferedT.h:154
Generic Implementation of sound input and output for desktop environments using portaudio.
Definition AudioCodecsBase.h:10