stop
audio.stop()
Stops the sound and resets it to the beginning.
Use it to fully cancel playback.
audio.stop(audio)
audio
HtmlAudioElement
Audio object created with audio.newAudio(path)
. This object is used to control playback, volume, position, etc.