forked from len0rd/rockbox
Fixed: Ogg Vorbis crashing, MP3 file seeking, USB mode and a little
faster file buffering. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6591 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
0f10e898f0
commit
82c2927d1e
4 changed files with 110 additions and 22 deletions
|
|
@ -41,6 +41,7 @@ int pcm_play_num_used_buffers(void);
|
|||
void pcm_play_set_watermark(int numbytes, void (*callback)(int bytes_left));
|
||||
|
||||
void pcm_set_boost_mode(bool state);
|
||||
bool pcm_is_lowdata(void);
|
||||
unsigned int audiobuffer_get_latency(void);
|
||||
bool audiobuffer_insert(char *buf, size_t length);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue