Skip to content

Commit

Permalink
pulse: bump default buffer_time to 50ms
Browse files Browse the repository at this point in the history
20ms is really a bit too small to be the default.
  • Loading branch information
tomty89 committed Aug 1, 2018
1 parent 3fba46f commit 0cdf82e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/pulse/ao_pulse.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
#include <ao/ao.h>
#include <ao/plugin.h>

#define AO_PULSE_BUFFER_TIME 20000
#define AO_PULSE_BUFFER_TIME 50000

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

0 comments on commit 0cdf82e

Please sign in to comment.