MCPcopy 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

seekMethod · 0.80
convertToArrayBufferMethod · 0.80
script.jsFile · 0.80
downloadFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected