1
0
Fork 0
forked from len0rd/rockbox

New ID3 and MP3 stream parser, plus not-yet-ready Xing header generation code

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3410 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Linus Nielsen Feltzing 2003-03-10 14:55:31 +00:00
parent 22cbe938fe
commit a039091187
8 changed files with 1016 additions and 425 deletions

View file

@ -90,6 +90,7 @@ unsigned long mpeg_num_recorded_bytes(void);
#endif
void mpeg_get_debugdata(struct mpeg_debug *dbgdata);
void mpeg_set_buffer_margin(int seconds);
int mpeg_create_xing_header(char *filename, void (*progressfunc)(int));
#define SOUND_VOLUME 0
#define SOUND_BASS 1