rockbox-codecs 0.1.1

Rockbox audio decoders (FLAC, MP3, Vorbis, ALAC, WavPack, WAV/ADPCM, …) as a reusable decoding library
Documentation
1
2
3
4
5
/* Stub — shadows firmware/export/audio.h (included by codecs.h; the
 * codec wrappers don't use any audio_* symbols). */
#ifndef RBCODEC_AUDIO_H
#define RBCODEC_AUDIO_H
#endif