rockbox-metadata 0.1.0

Audio file metadata / tag parser for 40+ formats (MP3, FLAC, Vorbis, Opus, MP4/AAC/ALAC, WavPack, APE, WMA, chiptunes, …) extracted from Rockbox
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
/* Stub — no-op debug output. */
#ifndef RBMETA_DEBUG_H
#define RBMETA_DEBUG_H

#ifndef DEBUGF
#define DEBUGF(...) do { } while (0)
#endif

#ifndef panicf
#define panicf(...) do { } while (0)
#endif

#endif