Recorderjs
Recorderjs copied to clipboard
I had the same problem,Can you show your code?I fix this bug
I fix this bug
Before call this record method, call the resume firs. like this:
audio_context.resume(); recorder.record();
Originally posted by @hlbf1314 in https://github.com/mattdiamond/Recorderjs/issues/193#issuecomment-449815743