Skip to content

Commit 64b78c5

Browse files
committed
pulse: bump default buffer_time to 50ms
20ms is really a bit too small to be the default.
1 parent a9683bd commit 64b78c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugins/pulse/ao_pulse.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
#include <ao/ao.h>
4242
#include <ao/plugin.h>
4343

44-
#define AO_PULSE_BUFFER_TIME 20000
44+
#define AO_PULSE_BUFFER_TIME 50000
4545

4646
/* Unfortunately libao doesn't allow "const" for these structures... */
4747
static char * ao_pulse_options[] = {

0 commit comments

Comments
 (0)