arduino-audio-tools
|
PCMInfo subclass which provides the audio information from the related AudioStream Depends on the https://github.com/pschatzmann/Micro-RTSP-Audio/ library. More...
#include <RTSP.h>
Public Member Functions | |
virtual void | begin (AudioStream &stream) |
int | getChannels () override |
int | getSampleRate () override |
int | getSampleSizeBytes () override |
virtual void | setAudioInfo (AudioInfo ai) |
Protected Attributes | |
AudioStream * | p_stream = nullptr |
PCMInfo subclass which provides the audio information from the related AudioStream Depends on the https://github.com/pschatzmann/Micro-RTSP-Audio/ library.