Skip to content

Commit

Permalink
Removed an experiment.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Oct 12, 2001
1 parent 03c3f06 commit 950684c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playsound/playsound.c
Expand Up @@ -341,7 +341,7 @@ int main(int argc, char **argv)
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;

Expand Down

0 comments on commit 950684c

Please sign in to comment.