Base class: Asset
A sound file stores a waveform that can be used to play noises.
Property | Type | Description |
---|---|---|
GetHandle | Method | returns the OpenAL albuffer for this sound |
GetLength | Method | returns the length of the sound, in seconds |
Play | Method | plays the sound once |
LoadSound | Function | loads a sound from a file or stream |