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:
parent
22cbe938fe
commit
a039091187
8 changed files with 1016 additions and 425 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue