MCPcopy Create free account
hub / github.com/modelscope/FunASR / end

Function end

runtime/html5/static/recorder-core.js:1100–1105  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1098 This._SO=0;
1099
1100 var end=function(){
1101 if(This.state==3){
1102 This.state=1;
1103 This.resume();
1104 }
1105 };
1106 if(ctx.state=="suspended"){
1107 var tag="AudioContext resume: ";
1108 This.CLog(tag+"wait...");

Callers 3

recorder-core.jsFile · 0.70
errFunction · 0.70
okFunction · 0.70

Calls 2

resumeMethod · 0.80
closeMethod · 0.45

Tested by

no test coverage detected