seek
audio.seek()
Jumps to a specific part of the sound.
audio.seek(audio, Seconds)
audio
HtmlAudioElement
Audio object created with audio.newAudio(path)
. This object is used to control playback, volume, position, etc.
Seconds
Number
Time in seconds to which the audio playback should jump.