simple-mp3-cutter
simple-mp3-cutter copied to clipboard
Cut your mp3 easily and serverless
I've been having problem of cutting 128kbps mp3 files in valid chunks. I think this library can solve my problem. But I can't find a way to load it in...
It's possible to encoding inside Web Worker. Everything went smoothly but the `compressed blob` was corrupt Worker.js ``` self.Mp3LameEncoderConfig = { memoryInitializerPrefixURL: "/assets/js/lib/", TOTAL_MEMORY: 1073741824 }; self.importScripts('/assets/js/lib/Mp3LameEncoder.min.js'); onmessage = function(e)...
Hi :-) Happening in latest version of Chrome. Uncaught (in promise) ReferenceError: Mp3LameEncoder is not defined at mp3cutter.computeData (cutter.js:63:17) at cutter.js:42:72