changeset 3443:709cd9c2fa8f trunk

Allocate a 500ms buffer instead of a 3000ms buffer by default.
author William Pitcock <nenolod@atheme.org>
date Fri, 07 Sep 2007 07:25:19 -0500
parents b0f4ab42dd3b
children d3fd60f14bb7 f6b25d4d2245
files src/audacious/main.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/audacious/main.c	Fri Sep 07 07:23:00 2007 -0500
+++ b/src/audacious/main.c	Fri Sep 07 07:25:19 2007 -0500
@@ -207,7 +207,7 @@
     TRUE,                       /* show seperators in pl */
     NULL,           /* chardet_detector */
     NULL,           /* chardet_fallback */
-    3000,           /* audio buffer size */
+    500,           /* audio buffer size */
     FALSE,          /* whether or not to postpone format detection on initial add */
     TRUE,           /* show filepopup for tuple */
     NULL,           /* words identifying covers */