mattdiamond / Recorderjs

A plugin for recording/exporting the output of Web Audio API nodes
4.16k stars 1.46k forks source link

I had the same problem,Can you show your code?I fix this bug #194

Open Haok9800 opened 5 years ago

Haok9800 commented 5 years ago

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