Home
last modified time | relevance | path

Searched refs:audioNode (Results 1 – 1 of 1) sorted by relevance

/cts/suite/cts/deviceTests/browserbench/assets/octane/
Dgbemu.js189 audioNode = null;
811 var audioNode = null; variable
939audioNode = audioContextHandle.createJavaScriptNode(samplesPerCallback, 1, 2); //Create 2 out…
940audioNode.onaudioprocess = audioOutputEvent; //Connect the audio processing event t…
941 …audioSource.connect(audioNode); //Send and chain the input to the audio man…
942audioNode.connect(audioContextHandle.destination); //Send and chain the output of the…