# HG changeset patch # User faust3 # Date 1081376853 0 # Node ID deb95ac21f14e95b0f5095659c90afe9642b71d5 # Parent 3bac9ce048efbece996694fef5d93051d67926fc restore original ringbuffer constants as the current values are causing heavy stutter here, especially noticable after moving the video window diff -r 3bac9ce048ef -r deb95ac21f14 libao2/ao_win32.c --- 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