comparison playsound/playsound.c @ 563:11bb8cb8ebc8

I think we can call playsound a 1.0 release by now. :)
author Ryan C. Gordon <icculus@icculus.org>
date Fri, 30 Jan 2009 02:45:38 -0500
parents 2e8907ff98e9
children 3b8748455aff
comparison
equal deleted inserted replaced
562:7e08477b0fc1 563:11bb8cb8ebc8
52 #endif 52 #endif
53 53
54 #define DEFAULT_DECODEBUF 16384 54 #define DEFAULT_DECODEBUF 16384
55 #define DEFAULT_AUDIOBUF 4096 55 #define DEFAULT_AUDIOBUF 4096
56 56
57 #define PLAYSOUND_VER_MAJOR 0 57 #define PLAYSOUND_VER_MAJOR 1
58 #define PLAYSOUND_VER_MINOR 1 58 #define PLAYSOUND_VER_MINOR 0
59 #define PLAYSOUND_VER_PATCH 5 59 #define PLAYSOUND_VER_PATCH 0
60 60
61 61
62 static const char *option_list[] = 62 static const char *option_list[] =
63 { 63 {
64 "--rate", "n Playback at sample rate of n HZ.", 64 "--rate", "n Playback at sample rate of n HZ.",