I'm working with a very old program that uses sound.drv to make some simple sounds (like the old Quickbasic sound driver, or the even more ancient Commodore64 synthesizer)
Anyway... I"m trying to find out if there is a 32 bit equivalent library. Googled on it, but no joy.
Here's an example of the of the declarations
Declare Function OpenSound Lib "sound.drv" () As Integer
You use Sound.drv to make tones and such, not to play actual sound files.