Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bwasti/mebm
/ pause
Method
pause
script.js:882–886 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
880
}
881
882
pause() {
883
this.playing = false;
884
this.audio_ctx.suspend();
885
this.last_paused = this.time;
886
}
887
888
scrubStart(ev) {
889
this.scrubbing = true;
Callers
4
seek
Method · 0.80
convertToArrayBuffer
Method · 0.80
script.js
File · 0.80
download
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected