arduino-audio-tools
Loading...
Searching...
No Matches
OggVorbisDecoder.h
Go to the documentation of this file.
1#pragma once
2
6
7
8namespace audio_tools {
9
38
39} // namespace audio_tools
Decoder for Ogg Container. Decodes a packet from an Ogg container. The Ogg begin segment contains the...
Definition ContainerOgg.h:26
void setDecoder(AudioDecoder *decoder)
Definition ContainerOgg.h:41
Ogg Vorbis Decoder.
Definition OggVorbisDecoder.h:26
VorbisDecoder vorbis
Underlying Vorbis decoder.
Definition OggVorbisDecoder.h:36
OggVorbisDecoder()
Constructor for OggVorbisDecoder Initializes the decoder and sets the underlying VorbisDecoder.
Definition OggVorbisDecoder.h:32
Vorbis Streaming Decoder using https://github.com/pschatzmann/arduino-libvorbis-tremor.
Definition CodecVorbis.h:27
Generic Implementation of sound input and output for desktop environments using portaudio.
Definition AudioCodecsBase.h:10