Arduino LibMAD
|
▼Nlibmad | |
CMadAudioInfo | Basic Audio Information (number of channels, sample rate) |
CRange | Range with a start and an end |
CMadInputBuffer | Individual chunk of encoded MP3 data which is submitted to the decoder |
CMP3DecoderMAD | A simple Arduino API for the libMAD MP3 decoder. The data is provided with the help of write() calls. The decoded result is available either via a callback method or via an Arduino stream |