An audio to MP3 converter running in the browser

2 coderff 5 9/5/2025, 3:28:13 PM mp3converter.cloud ↗

Comments (5)

khedoros1 · 4h ago
Oof...seems like it's outputting at 96kbps. Seems like that's something it would be nice to be able to configure.
coderff · 4h ago
Awesome, I'll take a look at this. Thanks!
ferat · 5h ago
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?
coderff · 5h ago
I'm using a JavaScript library called LameJS, and web workers to speed up the file conversion
beardyw · 4h ago
For truly free processing local is the only sensible option.