qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [4865] Restore old value of buffer_size
@ 2008-07-09 19:25 malc
  0 siblings, 0 replies; only message in thread
From: malc @ 2008-07-09 19:25 UTC (permalink / raw)
  To: qemu-devel

Revision: 4865
          http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=4865
Author:   malc
Date:     2008-07-09 19:25:30 +0000 (Wed, 09 Jul 2008)

Log Message:
-----------
Restore old value of buffer_size

This brings latency down to acceptable levels when using dmix

Modified Paths:
--------------
    trunk/audio/alsaaudio.c

Modified: trunk/audio/alsaaudio.c
===================================================================
--- trunk/audio/alsaaudio.c	2008-07-09 19:25:28 UTC (rev 4864)
+++ trunk/audio/alsaaudio.c	2008-07-09 19:25:30 UTC (rev 4865)
@@ -58,6 +58,7 @@
     int period_size_out_overridden;
     int verbose;
 } conf = {
+    .buffer_size_out = 1024,
     .pcm_name_out = "default",
     .pcm_name_in = "default",
 };

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-07-09 19:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-09 19:25 [Qemu-devel] [4865] Restore old value of buffer_size malc

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).