pause
audio.pause()
Pauses the sound at the current moment.
Useful if you want to temporarily stop and later resume it.
audio.pause(audio)
audio
HtmlAudioElement
Audio object created with audio.newAudio(path)
. This object is used to control playback, volume, position, etc.