arduino-audio-tools
|
Classes | |
class | RTSPFormatAbtX |
abtX format for RTSP https://en.wikipedia.org/wiki/RTP_payload_formats More... | |
class | RTSPFormatAudioTools |
RTSPFormat which supports the AudioInfo class. More... | |
class | RTSPFormatG711 |
G711 μ-Law format for RTSP https://en.wikipedia.org/wiki/RTP_payload_formats Packet intervall: 20, frame size: any. More... | |
class | RTSPFormatGSM |
GSM format for RTSP https://en.wikipedia.org/wiki/RTP_payload_formats. More... | |
class | RTSPFormatOpus |
Opus format for RTSP https://en.wikipedia.org/wiki/RTP_payload_formats. More... | |
class | RTSPFormatPCM |
PCM format for RTSP https://en.wikipedia.org/wiki/RTP_payload_formats. More... | |
class | RTSPFormatPCM8 |
L8 format for RTSP https://en.wikipedia.org/wiki/RTP_payload_formats. More... | |
class | RTSPOutput |
We can write PCM data to the RTSPOutput. This is encoded by the indicated encoder (e.g. SBCEncoder) and can be consumed by a RTSPServer. You have to make sure that the codec supports the provided audio format: e.g. GSM support only 8000 samples per second with one channel. Depends on the https://github.com/pschatzmann/Micro-RTSP-Audio/ library. More... | |
class | RTSPOutputPCMInfo |
PCMInfo subclass which provides the audio information from the related AudioStream Depends on the https://github.com/pschatzmann/Micro-RTSP-Audio/ library. More... | |
class | RTSPPCMAudioInfo |
PCMInfo subclass which provides the audio information from the AudioInfo parameter. More... | |
class | RTSPSourceFromAudioStream |
Simple Facade which can turn AudioStream into a IAudioSource. This way we can e.g. use an I2SStream as source to stream data Depends on the https://github.com/pschatzmann/Micro-RTSP-Audio/ library. More... | |
class | RTSPSourceStream |
Simple Facade which can turn any Stream into a IAudioSource. This way we can e.g. use an I2SStream as source to stream data Depends on the https://github.com/pschatzmann/Micro-RTSP-Audio/ library. More... | |