An audio to MP3 converter running in the browser
2 coderff 5 9/5/2025, 3:28:13 PM mp3converter.cloud ↗
Comments (5)
ferat · 7h 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 · 7h ago
I'm using a JavaScript library called LameJS, and web workers to speed up the file conversion
beardyw · 6h ago
For truly free processing local is the only sensible option.
khedoros1 · 7h ago
Oof...seems like it's outputting at 96kbps. Seems like that's something it would be nice to be able to configure.
coderff · 6h ago
Awesome, I'll take a look at this. Thanks!