forked from len0rd/rockbox
Better handling for cpu_boost(). Small buffering fix.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6647 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
b945fe84aa
commit
2ed0b195be
3 changed files with 28 additions and 20 deletions
|
|
@ -45,6 +45,7 @@ bool pcm_is_lowdata(void);
|
|||
void pcm_crossfade_start(void);
|
||||
unsigned int audiobuffer_get_latency(void);
|
||||
bool audiobuffer_insert(char *buf, size_t length);
|
||||
bool pcm_is_crossfade_enabled(void);
|
||||
void pcm_crossfade_enable(bool on_off);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue