summaryrefslogtreecommitdiff
path: root/plugins/pulse
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2011-10-23 17:59:27 +0200
committerGravatar waker <wakeroid@gmail.com>2011-10-23 17:59:27 +0200
commite456e4f6294d829633982105888f77bda1cb1e48 (patch)
treef25e956b43ae81272ff791ccb1dbaf0be28ff02a /plugins/pulse
parent2d7bb0979b2e34403925a8e2903773f9c8ad8b8f (diff)
set default pulseaudio buffer size to 8192
Diffstat (limited to 'plugins/pulse')
-rw-r--r--plugins/pulse/pulse.c2
1 files changed, 1 insertions, 1 deletions
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 =
{