Long Nguyen
Results
1
comments of
Long Nguyen
@cain06 @ijsnow from line 37 in [example](https://github.com/ijsnow/studiojs/blob/master/examples/reactjs/src/App.js) I created new audioContext like this: ``` start = () => { this.audioContext = new (window.AudioContext || window.webkitAudioContext)(); this.recorder.start() .then(() => this.setState({isRecording: true}));...