An audio to MP3 converter running in the browser
mp3converter.cloud
An audio to MP3 converter running in the browser
1–6 of 6 posts
Re: An audio to MP3 converter running in the browser
#2It'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?
Re: An audio to MP3 converter running in the browser
#3It'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
Re: An audio to MP3 converter running in the browser
#4Oof...seems like it's outputting at 96kbps. Seems like that's something it would be nice to be able to configure.
Re: An audio to MP3 converter running in the browser
#5It'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.
Re: An audio to MP3 converter running in the browser
#6Oof...seems like it's outputting at 96kbps. Seems like that's something it would be nice to be able to configure.
Awesome, I'll take a look at this. Thanks!