arduino-audio-tools
|
Audio Metadata (Title, Author...) More...
Modules | |
ICY | |
Icecast/Shoutcast Metadata. | |
ID3 | |
Parser for MP3 ID3 Meta Data: The goal is to implement a simple API which provides the title, artist, albmum and the Genre. | |
Classes | |
class | AbstractMetaData |
Common Metadata methods. More... | |
class | MetaDataFilter |
Class which filters out ID3v1 and ID3v2 Metadata and provides only the audio data to the decoder. More... | |
class | MetaDataOutput |
ID3 and Icecast/Shoutcast metadata output support. Just write the audio data to an object of this class and receive the metadata via the callback. More... | |
Enumerations | |
enum | ID3TypeSelection { SELECT_ID3V1 =0b001 , SELECT_ID3V2 =0b010 , SELECT_ID3 =0b011 , SELECT_ICY =0b100 , SELECT_ANY =0b111 } |
Enum to filter by type of metadata. | |
enum | MetaDataType { Title , Artist , Album , Genre , Name , Description } |
Type of meta info. | |
Functions | |
static const char * | toStr (MetaDataType t) |
Converts the MetaDataType to a string. | |
Audio Metadata (Title, Author...)