summaryrefslogtreecommitdiff
path: root/apps/playback.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/playback.c')
-rw-r--r--apps/playback.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/apps/playback.c b/apps/playback.c
index dc88a37dc6..25aa1948d6 100644
--- a/apps/playback.c
+++ b/apps/playback.c
@@ -355,14 +355,6 @@ void audio_pcmbuf_sync_position(void);
355 355
356/**************************************/ 356/**************************************/
357 357
358/** --- voice event --- **/
359void playback_voice_event(unsigned short id, void *data)
360{
361 (void)id;
362 /* Make audio play softly while voice is speaking */
363 pcmbuf_soft_mode(*(bool *)data);
364}
365
366/** --- MP3Entry --- **/ 358/** --- MP3Entry --- **/
367 359
368/* Does the mp3entry have enough info for us to use it? */ 360/* Does the mp3entry have enough info for us to use it? */
@@ -3888,7 +3880,6 @@ void INIT_ATTR playback_init(void)
3888 track_list_init(); 3880 track_list_init();
3889 buffering_init(); 3881 buffering_init();
3890 pcmbuf_update_frequency(); 3882 pcmbuf_update_frequency();
3891 add_event(PLAYBACK_EVENT_VOICE_PLAYING, playback_voice_event);
3892#ifdef HAVE_CROSSFADE 3883#ifdef HAVE_CROSSFADE
3893 /* Set crossfade setting for next buffer init which should be about... */ 3884 /* Set crossfade setting for next buffer init which should be about... */
3894 pcmbuf_request_crossfade_enable(global_settings.crossfade); 3885 pcmbuf_request_crossfade_enable(global_settings.crossfade);