arduino-audio-tools
Modules | Classes | Enumerations | Functions

Audio Metadata (Title, Author...) More...

Modules

 
 

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.
 

Detailed Description

Audio Metadata (Title, Author...)