(v)
| 136 | export function setLoopEnd(v) { loopEnd = v; } |
| 137 | export function setAudioContext(v) { audioContext = v; } |
| 138 | export function setMasterVolume(v) { masterVolume = v; } |
| 139 | export let playbackSpeed = 1.0; |
| 140 | export function setPlaybackSpeed(v) { playbackSpeed = v; } |
| 141 | export function setVuRafId(v) { vuRafId = v; } |
no outgoing calls
no test coverage detected