rockbox-codecs 0.1.2

Rockbox audio decoders (FLAC, MP3, Vorbis, ALAC, WavPack, WAV/ADPCM, …) as a reusable decoding library
Documentation
1
2
3
4
5
6
7
/* Stub — shadows firmware/export/config.h. Target configuration comes from
 * rbcodecconfig.h; platform.h supplies the attribute macros (INIT_ATTR,
 * ICODE_ATTR, MIN/MAX, …) that firmware config.h would normally define. */
#ifndef RBMETA_CONFIG_H
#define RBMETA_CONFIG_H
#include "platform.h"
#endif