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

Function mediaConn

runtime/html5/static/recorder-core.js:121–129  ·  view source on GitHub ↗
(node)

Source from the content-addressed store, hash-verified

119
120 var ctx=Recorder.Ctx,stream=streamStore.Stream;
121 var mediaConn=function(node){
122 var media=stream._m=ctx.createMediaStreamSource(stream);
123 var ctxDest=ctx.destination,cmsdTxt="createMediaStreamDestination";
124 if(ctx[cmsdTxt]){
125 ctxDest=ctx[cmsdTxt]();
126 };
127 media.connect(node);
128 node.connect(ctxDest);
129 }
130 var isWebM,isWorklet,badInt,webMTips="";
131 var calls=stream._call;
132

Callers 2

oldScriptFunction · 0.70
createNodeFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…