Skip to content

Latest commit

 

History

History
56 lines (39 loc) · 1.11 KB

README.md

File metadata and controls

56 lines (39 loc) · 1.11 KB

squeezer (EXPERIMENTAL)

browser based wav to mp3 converter

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. 🌊

⚠️ EXPERIMENTAL

Some of the output bitrates are not working properly and producing silent files. 320, 192, 128 working like a charm

See it in action

Features:

  • Convert WAV to MP3
  • Download converted file
  • No file size limit
  • No registration required
  • No ads
  • No server required (Developers)

Coming soon:

  • Define bitrate of output file
  • Show status of conversion
  • Override sample rate and channels

Developers

Install

  • clone
  • run npm install in root

Development

Start local dev server:

npm run dev

Build

build production ready copy to dist folder:

npm run build

Preview Build

to preview production-build locally:

# build before preview
npm run build

# the run preview
npm run preview