Live data from Hacker News

An audio to MP3 converter running in the browser

mp3converter.cloud

1–6 of 6 posts

Re: An audio to MP3 converter running in the browser

#5
post #3
post #2

It's really interesting that you don't need to upload the file to a server to convert. Did you write the converter entirely from scratch?

I'm using a JavaScript library called LameJS, and web workers to speed up the file conversion

For truly free processing local is the only sensible option.