#include <string.h>
#include "AudioTools/AudioCodecs/AudioCodecsBase.h"
#include "TinyMP2.h"
Go to the source code of this file.
|
| 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...
|
| |
|
| namespace | audio_tools |
| | Generic Implementation of sound input and output for desktop environments using portaudio.
|
| |