changeset 12155:deb95ac21f14

restore original ringbuffer constants as the current values are causing heavy stutter here, especially noticable after moving the video window
author faust3
date Wed, 07 Apr 2004 22:27:33 +0000
parents 3bac9ce048ef
children ff9f315741a7
files libao2/ao_win32.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/libao2/ao_win32.c	Wed Apr 07 21:51:37 2004 +0000
+++ b/libao2/ao_win32.c	Wed Apr 07 22:27:33 2004 +0000
@@ -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