changeset 993:dfa641c44d4a

Increased sample size to solve sound problems one some systems.
author atmosfear
date Mon, 04 Jun 2001 14:56:32 +0000
parents a5a3d936b116
children 84a887d85203
files libao2/ao_sdl.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libao2/ao_sdl.c	Mon Jun 04 14:14:28 2001 +0000
+++ b/libao2/ao_sdl.c	Mon Jun 04 14:56:32 2001 +0000
@@ -40,7 +40,7 @@
 char *sdl_adriver;
 
 // Samplesize used by the SDLlib AudioSpec struct
-#define SAMPLESIZE 512
+#define SAMPLESIZE 1024
 
 // General purpose Ring-buffering routines