volume
audio.volume()
Changes the volume of the sound (from 0 to 1).
audio.volume(audio, Volume)
audio
HtmlAudioElement
Audio object created with audio.newAudio(path)
. This object is used to control playback, volume, position, etc.
Volume
Number
Audio volume. Ranges from 0
(silent) to 1
(maximum). Used to directly set the volume.