List of all audio elements that are playing the sound
True if the audio loops, false otherwise
The rate of playback of the audio
True if the sound is currently playing on the base source. False otherwise
Boolean if the audio is ready to play
A reference to the HTMLAudioElement that actually plays the sound
The volume that the sound plays at. Value 0-1 where 0 is muted and 1 is full volume. In order to get more volume from the sound, do amplifyMedia(mySound.sound,x)
where X is the volume multiplier
Boolean, true if the play()
method was called before ready
became true
Generated using TypeDoc
Classdesc
Sound class, used for playing sounds in a scene