|
arduino-audio-tools
|
#include "AudioTools/AudioCodecs/CodecOpus.h"#include "AudioTools/AudioCodecs/ContainerOgg.h"#include "AudioTools/Communication/RTSP/RTSPFormat.h"Go to the source code of this file.
Classes | |
| class | OpusOggDecoder |
| Opus Decoder which uses the Ogg Container. See https://datatracker.ietf.org/doc/html/rfc7845. The audio data is transmitted in frames and the header information contains the sampler rate, channels and other critical info. Dependency: https://github.com/pschatzmann/arduino-libopus. More... | |
| class | OpusOggEncoder |
| Opus Encoder which uses the Ogg Container: see https://datatracker.ietf.org/doc/html/rfc7845 Dependency: https://github.com/pschatzmann/arduino-libopus. More... | |
| class | OpusOggWriter |
Namespaces | |
| namespace | audio_tools |
| Generic Implementation of sound input and output for desktop environments using portaudio. | |
Functions | |
| struct | __attribute__ ((packed)) DSDPrefix |
| Header structures for DSF (DSD Stream File) format. | |