comparison src/audio/nds/SDL_ndsaudio.c @ 2685:2190b873ff00 gsoc2008_nds

Making room for test prog's
author Darren Alton <dalton@stevens.edu>
date Wed, 13 Aug 2008 00:45:35 +0000
parents 4135aa9c5645
children e065c9f6a393
comparison
equal deleted inserted replaced
2684:a4f143d187dd 2685:2190b873ff00
48 sound->len = 0; /* size of raw data pointed to above */ 48 sound->len = 0; /* size of raw data pointed to above */
49 sound->rate = 22050; /* sample rate = 22050Hz */ 49 sound->rate = 22050; /* sample rate = 22050Hz */
50 sound->vol = 127; /* volume [0..127] for [min..max] */ 50 sound->vol = 127; /* volume [0..127] for [min..max] */
51 sound->pan = 64; /* balance [0..127] for [left..right] */ 51 sound->pan = 64; /* balance [0..127] for [left..right] */
52 sound->format = 0; /* 0 for 16-bit, 1 for 8-bit */ 52 sound->format = 0; /* 0 for 16-bit, 1 for 8-bit */
53 /*playSound(sound);*/
53 /* stub */ 54 /* stub */
54 } 55 }
55 56
56 57
57 static Uint8 * 58 static Uint8 *