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