MCPcopy Create free account
hub / github.com/tensorflow/tfjs / createInstance

Method createInstance

tfjs-data/src/util/test_utils.ts:105–107  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

103 readonly sampleRate = 44100;
104
105 static createInstance() {
106 return new FakeAudioContext();
107 }
108
109 createMediaStreamSource() {
110 return new FakeMediaStreamAudioSourceNode();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected