🔊 True if the sound has finished playing.
🔊 True if the sound data has finished loading.
🔊 Set to true to make the sound loop continuously.
🔊 Set the sound's stereo position between -1 (left) and 1 (right).
🔊 True if the sound is currently paused.
🔊 Set the sound's volume to a value between 0 (silent) and 1 (full volume).
🔊 Pauses the sound, allowing it to be resumed.
🔊 Plays the sound.
If this function is run when the sound is already playing, a new playback will start, causing a layering effect.
If this function is run when the sound is paused, all playback instances will be resumed.
Use await to wait for the sound to finish playing.
a promise that resolves when the sound finishes playing
🔊 Stops the sound, resetting its playback position to the beginning.
Removes all playback instances.
🔊 Creates a new
Q5.Soundobject.