arduino-audio-tools
Loading...
Searching...
No Matches
RTSPClientEthernet.h
1/*
2 * Author: Phil Schatzmann
3 *
4 * Based on Micro-RTSP library:
5 * https://github.com/geeksville/Micro-RTSP
6 * https://github.com/Tomp0801/Micro-RTSP-Audio
7 *
8 */
9#include "Ethernet.h"
10#include "EthernetUdp.h"
11#include "RTSPClient.h"
12
13namespace audio_tools {
14
35
36} // namespace audio_tools
Efficient RTSP client for UDP/RTP audio with decoder pipeline.
Definition RTSPClient.h:47
Generic Implementation of sound input and output for desktop environments using portaudio.
Definition AudioCodecsBase.h:10