arduino-audio-tools
Loading...
Searching...
No Matches
Classes | Namespaces
MetaDataFilter.h File Reference
#include "AudioLogger.h"
#include "AudioTools/AudioCodecs/AudioCodecsBase.h"
#include "AudioTools/CoreAudio/AudioOutput.h"
#include "AudioTools/CoreAudio/Buffers.h"

Go to the source code of this file.

Classes

struct  MetaDataFilter::ID3v2
 ID3 verion 2 TAG Header (10 bytes) More...
 
class  MetaDataFilter
 Class which filters out ID3v1 and ID3v2 Metadata and provides only the audio data to the decoder. More...
 
class  MetaDataFilterDecoder
 MetaDataFiler applied to the indicated decoder: Class which filters out ID3v1 and ID3v2 Metadata and provides only the audio data to the decoder. More...
 
class  MetaDataFilterEncoder
 MetaDataFilter applied to an encoder: filters out ID3v1 / ID3v2 metadata from the mp3 input stream before it is provided to the wrapped encoder. This is basically a pass-through for mp3 data with metadata skipped. More...
 
struct  MetaDataFilter::Range
 Metadata range. More...
 

Namespaces

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