DirectAudio8 classes
These classes
give you the ability to load and play music, sounds and 3Dsounds. A brief
description of the objects is available below. Download
DirectAudio8 Classes.
DirectAudio8 Objects
- clsSoundEngine: This is the core DirectAudio8 class. Use this
class to initialize the sound system.
- clsSound: This class is used to load a sound file, play
pause and stop it, loop it and change its volume.
- cls3DSound: This class gives you the same
functionality as clsSound, with the added bonus
of being able to position the sound in 3D space in real time.
- clsMidi:
This class enables you to load a Midi
file, play it, loop it, and change the volume.