You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've tried to record a 10 minutes sample on the demo page http://audior.ec/recordmp3js/
I click on stop button then it starts to convert to Mp3 and it raises a buffer over flow error after a few minutes
I don't need Recordmp3js at present and no time to figure out the root cause of the issue but to do so I would: run the sample on my own environment with the non minified libmp3lame.js to see where the exception is raised in libmp3lame.js.
Then one should see if it's something related to libmp3lame.js itself (has not evolved for 4 years) or the usage done by Recordmp3js (has not evolved for 2 years) or the Recordmp3js sample code.
It could be related to this issue: akrennmair/libmp3lame-js#8
Then may be changing the Lame config would do the trick.
I've tried to record a 10 minutes sample on the demo page http://audior.ec/recordmp3js/
I click on stop button then it starts to convert to Mp3 and it raises a buffer over flow error after a few minutes
The text was updated successfully, but these errors were encountered: