Recordmp3js
Recordmp3js copied to clipboard
conversion simultaneous to recording
great library, has anybody tried to implement this with a web worker to make conversion simultaneous to recording? like https://github.com/blixt/js-lameworker (because of that blixt library works faster), Looking at js folder it seems this uses workers but it's then much slower than https://github.com/blixt/js-lameworker , i wonder why
in https://github.com/blixt/js-lameworker i had the issue that successive recordings would end up hanging,
has anybody tried this library with multiple successive recordings?
best