Sound
demos :
- 3Dsound (Multiple Sound Managers) :
- a single sound source, repeatedly playing
a wav, describes a loop
- the listener can be moved and oriented
- the sound manager can be changed during use
- requires FMOD, BASS, OpenAL to be installed
3Dsound (BASS) :
- a single sound source, repeatedly playing
a wav, describes a loop
- the listener can be moved and oriented
- requires BASS to be installed
3Dsound (FMOD) :
- a single sound source, repeatedly playing
a wav, describes a loop
- the listener can be moved and oriented
- requires FMOD to be installed
3Dsound (OpenAL) :
- a single sound source, repeatedly playing
a wav, describes a loop
- the listener can be moved and oriented
- requires OpenAL to be installed
3Dsound (WaveOut - Windows Only) :
- a single sound source, repeatedly playing
a wav, describes a loop
- moving the listener has no effect
- will only run on MS Windows
Back