Syntax
Result = dbLoadSound(Filename.s, SoundID [, Flag])
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. To load other sound formats, use dbLoadMusic or in extreme cases dbLoadAnimation.
See Also
dbCloneSound, dbDeleteSound, dbLoad3DSound, dbLoadSound, dbSaveSound, dbSoundExist, dbSoundType