Sound files (.wav) are comprised of a set of headers (called chunks) which
detail the size and presence of other chunks.
The last chunk is usually the "DATA" chunk which contains the digitized
audio samples. This should get you started:
Find out the Sound Recorder on your computer, somewhere in
Start->Accessories->Entertainment. Use this to record, sing a nice song, and
then save it as a file, it will save as .WAV format. Then you can use
playSound() windows API function to play this file.
Good Luck.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.