()
| 103 | readonly sampleRate = 44100; |
| 104 | |
| 105 | static createInstance() { |
| 106 | return new FakeAudioContext(); |
| 107 | } |
| 108 | |
| 109 | createMediaStreamSource() { |
| 110 | return new FakeMediaStreamAudioSourceNode(); |
nothing calls this directly
no outgoing calls
no test coverage detected