audio-react-recorder
audio-react-recorder copied to clipboard
TypeError: self.context.close is not a function
Hey, sometimes ( but not every time ), when I start the recorder, it throws this error:
TypeError: self.context.close is not a function ScriptProcessorNode._this.recorder.onaudioprocess src/index.js:164
161 | self.stream.getTracks().forEach(function (track) { 162 | track.stop() 163 | }) 164 | self.context.close() 165 | ^ } 166 | } 167 | // we clone the samples
Any idea what is causing this?
Looking at the code, I'm wondering if line 164 of src/index.js needs to be updated from self.context.close()
to self.context.closeMic()
I have the same problem with the Firefox browser in the Chrome working very well
The same problem here.
I have the same problem with the Firefox browser in the Chrome working very well
We had the same problem with Firefox but works fine with chrome.
I have the same problem in chrome some time and mostly in firefox