summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libao2/ao_win32.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libao2/ao_win32.c b/libao2/ao_win32.c
index e99249d3ac..46d070b982 100644
--- a/libao2/ao_win32.c
+++ b/libao2/ao_win32.c
@@ -30,9 +30,9 @@
#include "../libvo/fastmemcpy.h"
#include "osdep/timer.h"
-#define SAMPLESIZE 2048
+#define SAMPLESIZE 1024
#define BUFFER_SIZE 4096
-#define BUFFER_COUNT 8
+#define BUFFER_COUNT 16
static WAVEHDR* waveBlocks; //pointer to our ringbuffer memory