From e456e4f6294d829633982105888f77bda1cb1e48 Mon Sep 17 00:00:00 2001 From: waker Date: Sun, 23 Oct 2011 17:59:27 +0200 Subject: set default pulseaudio buffer size to 8192 --- plugins/pulse/pulse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/pulse') diff --git a/plugins/pulse/pulse.c b/plugins/pulse/pulse.c index 98f446ca..76baf98c 100644 --- a/plugins/pulse/pulse.c +++ b/plugins/pulse/pulse.c @@ -353,7 +353,7 @@ DB_plugin_t * pulse_load(DB_functions_t *api) static const char settings_dlg[] = "property \"PulseAudio server\" entry " CONFSTR_PULSE_SERVERADDR " default;\n" - "property \"Preferred buffer size\" entry " CONFSTR_PULSE_BUFFERSIZE " 4096;\n"; + "property \"Preferred buffer size\" entry " CONFSTR_PULSE_BUFFERSIZE " 8192;\n"; static DB_output_t plugin = { -- cgit v1.2.3