summaryrefslogtreecommitdiffstats
path: root/audio/out/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'audio/out/internal.h')
-rw-r--r--audio/out/internal.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/audio/out/internal.h b/audio/out/internal.h
index c14cdf3c68..ea655f65f2 100644
--- a/audio/out/internal.h
+++ b/audio/out/internal.h
@@ -24,6 +24,9 @@
#include "audio/chmap.h"
#include "audio/chmap_sel.h"
+// Minimum buffer size in seconds.
+#define MIN_BUFFER 0.2
+
/* global data used by ao.c and ao drivers */
struct ao {
int samplerate;