From 9174012a9b456fcd9572eb5e3a1b85018d46de2e Mon Sep 17 00:00:00 2001 From: Emmanuel Milou <emmanuel.milou@savoirfairelinux.com> Date: Mon, 27 Oct 2008 11:40:46 -0400 Subject: [PATCH] =?UTF-8?q?decrease=20playback=20latency=20(=20around=2070?= =?UTF-8?q?000=20=CE=BCs)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/audio/audiostream.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/audio/audiostream.cpp b/src/audio/audiostream.cpp index 6facf1056c..f622938583 100644 --- a/src/audio/audiostream.cpp +++ b/src/audio/audiostream.cpp @@ -87,7 +87,7 @@ AudioStream::createStream( pa_context* c ) if( _streamType == PLAYBACK_STREAM ){ attributes->maxlength = 66500; - attributes->tlength = 44100; + attributes->tlength = 10000; attributes->prebuf = 10000; attributes->minreq = 940; pa_stream_connect_playback( s , NULL , attributes, -- GitLab