Shane
Shane
I've used this library to encode MP3's at high quality, it works very well. I was getting noise at first, one of the main problems I ran into was working...
@calipoop If you can successfully get an object url from the blob, just set that url as the href of an tag. Clicking on that will download the mp3. Set...
You can pass the mp3buf directly to the blob (in an array). Try this instead: ``` var blob = new Blob([mp3buf], {type: 'audio/mpeg'}); var url = URL.createObjectURL(blob); ```
If you are pushing the result of encode into an array, you are right you will get an array of arrays. The reason I do that in my code is...
Interested in this. Is there a way to hack this in even, not via fiddling with the phone number hack per above but possibly initiating something via API or similar?