Tired of searching for a reliable WAV to MP3 converter that doesn't come with limitations or require registrations? So was I. That's why I created this hassle-free solution to help you seamlessly convert your audio files in the browser. 🌊
Some of the output bitrates are not working properly and producing silent files. 320, 192, 128 working like a charm
See it in action
- Convert WAV to MP3
- Download converted file
- No file size limit
- No registration required
- No ads
- No server required (Developers)
- Define bitrate of output file
- Show status of conversion
- Override sample rate and channels
- clone
- run
npm install
in root
Start local dev server:
npm run dev
build production ready copy to dist
folder:
npm run build
to preview production-build locally:
# build before preview
npm run build
# the run preview
npm run preview