From adf7d8fb44a47e3b4d7cdbf1f1c229b853ad97ed Mon Sep 17 00:00:00 2001 From: malc Date: Wed, 9 Jul 2008 19:25:30 +0000 Subject: Restore old value of buffer_size This brings latency down to acceptable levels when using dmix git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4865 c046a42c-6fe2-441c-8c8c-71466251a162 --- audio/alsaaudio.c | 1 + 1 file changed, 1 insertion(+) (limited to 'audio/alsaaudio.c') diff --git a/audio/alsaaudio.c b/audio/alsaaudio.c index 867e15b41a..a79cc403cb 100644 --- a/audio/alsaaudio.c +++ b/audio/alsaaudio.c @@ -58,6 +58,7 @@ static struct { int period_size_out_overridden; int verbose; } conf = { + .buffer_size_out = 1024, .pcm_name_out = "default", .pcm_name_in = "default", }; -- cgit v1.2.1