# HG changeset patch # User Ryan C. Gordon # Date 1002907906 0 # Node ID e3f4767d603712ccf2236cdc317843da48f06943 # Parent 8b7a5ed255bb4d1338d2d97946d5138e97303d67 Removed an experiment. diff -r 8b7a5ed255bb -r e3f4767d6037 playsound/playsound.c --- a/playsound/playsound.c Fri Oct 12 17:01:34 2001 +0000 +++ b/playsound/playsound.c Fri Oct 12 17:31:46 2001 +0000 @@ -341,7 +341,7 @@ sdl_desired.channels = sample->actual.channels; } /* else */ - sdl_desired.samples = 4096 * 2; + sdl_desired.samples = 4096; sdl_desired.callback = audio_callback; sdl_desired.userdata = sample;