arduino-audio-tools
Loading...
Searching...
No Matches
Classes | Namespaces
CodecMP2.h File Reference
#include <string.h>
#include "AudioTools/AudioCodecs/AudioCodecsBase.h"
#include "TinyMP2.h"

Go to the source code of this file.

Classes

class  MP2Decoder
 Decoder for MPEG-1 Layer II (MP2) audio using the TinyMP2 library. Compressed data provided via write() does not need to be aligned on frame boundaries: bytes are accumulated internally and decoded frame by frame; any invalid/garbage bytes are skipped automatically (resync). More...
 

Namespaces

namespace  audio_tools
 Generic Implementation of sound input and output for desktop environments using portaudio.