95.402 Winter ‘99 Assignment #1
Due: Next class Monday
Sept 20, 1999 in assignment box or in demo lab.Add sound to the existing software. Need to be able to say something like
Sound *sound = Sound::load (fileName);Three approaches possible:
Ways to demonstrate that you have sound: (a) Once game starts up, a sound is played automatically. (b) A different sound is played (to a predesigned limit) every time you hit a certain key. (c) You think of something.
Future extensions: Choose simplest technique now and try to get to 3D sound during the rest of the course. Is additional work needed for music? Can you read sound off a CD?
Compiler resource: Ask for help via C++ compiler; should have all documentation for DirectSound.
Net resources:
that it’s not clear what is in older articles; may have to download
just to find out).
Recommendations for the future: