interface PlayerOptions

autostart : boolean
context : BaseContext
fadeIn : Time
fadeOut : Time
loop : boolean
loopEnd : Time
loopStart : Time
mute : boolean
onerror : (error) => void
onload : () => void
onstop : onStopCallback
playbackRate : Positive
reverse : boolean
url : ToneAudioBuffer | string | AudioBuffer
volume : Decibels