arduino-audio-tools
|
Parser for MP3 ID3 Meta Data: The goal is to implement a simple API which provides the title, artist, albmum and the Genre. More...
Classes | |
struct | ID3v1 |
struct | ID3v1Enhanced |
class | MetaDataID3 |
Simple ID3 Meta Data Parser which supports ID3 V1 and V2 and implements the Stream interface. You just need to set the callback(s) to receive the result and copy the audio data to this stream. More... | |
class | MetaDataID3Base |
ID3 Meta Data Common Functionality. More... | |
class | MetaDataID3V1 |
Simple ID3 Meta Data API which supports ID3 V1. More... | |
class | MetaDataID3V2 |
Simple ID3 Meta Data API which supports ID3 V2: We only support the "TALB", "TOPE", "TIT2", "TCON" tags. More... | |
Enumerations | |
enum | ParseStatus { TagNotFound , PartialTagAtTail , TagFoundPartial , TagFoundComplete , TagProcessed } |
current status of the parsing | |
Parser for MP3 ID3 Meta Data: The goal is to implement a simple API which provides the title, artist, albmum and the Genre.
ID3 Metadata