mattdiamond / Recorderjs

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

Browser Stop responding after 45 min recording #135

Open haroldgarcia23 opened 8 years ago

haroldgarcia23 commented 8 years ago

Is their away to avoid the time out??

cwilso commented 8 years ago

I expect it's running out of memory or available objects. You should hack the recorderjs code to recombine the buffers earlier, and possibly to write to long-term storage more frequently?

On Thu, Oct 22, 2015 at 12:55 PM, haroldgarcia23 notifications@github.com wrote:

Is their away to avoid the time out??

— Reply to this email directly or view it on GitHub https://github.com/mattdiamond/Recorderjs/issues/135.

haroldgarcia23 commented 8 years ago

i dont have a lot experience with Javascript. Do you have a example of this??