cwilso / AudioRecorder

Simple live audio file recorder, based on RecorderJS
MIT License
421 stars 168 forks source link

Moved initialization of audioContext inside gotStream() funciton #32

Open kmamykin opened 4 years ago

kmamykin commented 4 years ago

Global initialization of AudioContext() is forbidden by latest Chrome and generates a warning in the console.

ysern commented 4 years ago

in fact, the latest Chrome doesn't without that fix. this PR has to be merged ASAP