MCPcopy
hub / github.com/processing/p5.js / _getAudioContext

Method _getAudioContext

src/dom/p5.MediaElement.js:896–898  ·  view source on GitHub ↗

CONNECT TO WEB AUDIO API / p5.sound.js

()

Source from the content-addressed store, hash-verified

894 /*** CONNECT TO WEB AUDIO API / p5.sound.js ***/
895
896 _getAudioContext() {
897 return undefined;
898 }
899 _getSoundOut() {
900 return undefined;
901 }

Callers 1

connectMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected