diff options
| -rw-r--r-- | apps/playback.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/playback.c b/apps/playback.c index c0c71a1..c13befa 100644 --- a/apps/playback.c +++ b/apps/playback.c @@ -872,9 +872,11 @@ void audio_update_trackinfo(void) buf_ridx += cur_ti->codecsize; if (buf_ridx >= codecbuflen) buf_ridx -= codecbuflen; +#ifndef SIMULATOR pcm_crossfade_start(); if (!filling) pcm_set_boost_mode(false); +#endif } else { buf_ridx -= ci.curpos; codecbufused += ci.curpos; |