From 541a989803188f183f36fd33b1eef519fc46ee23 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Wed, 27 Aug 2008 02:56:19 -0700 Subject: Fix software mixer I just forgot to reenable/reinitialize it after the core rewrite. --- src/outputBuffer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/outputBuffer.c') diff --git a/src/outputBuffer.c b/src/outputBuffer.c index ff3a8e901..a856c9a8c 100644 --- a/src/outputBuffer.c +++ b/src/outputBuffer.c @@ -481,7 +481,7 @@ static void play_next_chunk(void) } send_next_tag(); - /* pcm_volumeChange(a->data, a->len, &ob.audio_format, ob.sw_vol); */ + pcm_volumeChange(a->data, a->len, &ob.audio_format, ob.sw_vol); if (playAudio(a->data, a->len) < 0) stop_playback(); a->len = 0; /* mark the chunk as empty for ob_send() */ -- cgit v1.2.3