Syntax
Result = dbLoad3DSound(Filename.s, SoundID)
Description
If #PB_Any is used as the SoundID parameter, the new ID will be returned as 'Result'. Otherwise the value of 'Result' is the same value passed as the SoundID parameter.
This command will load a WAV sound file into the specified SoundID as a special 3D sound. The specified WAV sound file must by Mono or the load will fail. 3D sounds can be placed in 3D space and heard through the virtual ears of a listener. The listener can also be placed anywhere in 3D space creating true surround sound capabilities.
See Also
dbCloneSound, dbDeleteSound, dbLoadSound, dbSaveSound, dbSoundExist, dbSoundType