Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/stemdeckapp/stemdeck
/ stopVuLoop
Function
stopVuLoop
static/js/audio.js:144–149 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
142
}
143
144
export
function
stopVuLoop() {
145
if
(vuRafId) {
146
cancelAnimationFrame(vuRafId);
147
setVuRafId(null);
148
}
149
}
Callers
2
destroyPlayer
Function · 0.90
wireUpAudio
Function · 0.90
Calls
1
setVuRafId
Function · 0.90
Tested by
no test coverage detected