Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bwasti/mebm
/ play
Method
play
script.js:874–880 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
872
}
873
874
play() {
875
this.playing = true;
876
if
(this.last_paused != this.time) {
877
this.refresh_audio();
878
}
879
this.audio_ctx.resume();
880
}
881
882
pause() {
883
this.playing = false;
Callers
2
script.js
File · 0.80
download
Function · 0.80
Calls
1
refresh_audio
Method · 0.95
Tested by
no test coverage detected