Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bwasti/mebm
/ refresh_audio
Method
refresh_audio
script.js:866–872 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
864
}
865
866
refresh_audio() {
867
for
(
let
layer of this.layers) {
868
if
(layer instanceof AudioLayer) {
869
layer.init_audio(this.time);
870
}
871
}
872
}
873
874
play() {
875
this.playing = true;
Callers
2
play
Method · 0.95
loop
Method · 0.95
Calls
1
init_audio
Method · 0.80
Tested by
no test coverage detected