forked from len0rd/rockbox
It's now possible to select the crossfading mode: "Off, Crossfade,
Mix". If set to mix, no fading is applied but tracks are mixed up. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7224 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
4f6375ca17
commit
90161c92dd
9 changed files with 82 additions and 18 deletions
|
@ -36,7 +36,7 @@ void pcmbuf_set_watermark(int numbytes, void (*callback)(int bytes_left));
|
|||
void pcmbuf_set_boost_mode(bool state);
|
||||
bool pcmbuf_is_lowdata(void);
|
||||
void pcmbuf_flush_audio(void);
|
||||
bool pcmbuf_crossfade_init(void);
|
||||
bool pcmbuf_crossfade_init(int type);
|
||||
void pcmbuf_add_event(void (*event_handler)(void));
|
||||
unsigned int pcmbuf_get_latency(void);
|
||||
bool pcmbuf_insert_buffer(char *buf, long length);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue