Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/richard-unterberg/squeezer

browser based wav to mp3 converter - no registration, no ads, no tracking
https://github.com/richard-unterberg/squeezer

eslint husky lamejs react typescript vike vite

Last synced: 19 days ago
JSON representation

browser based wav to mp3 converter - no registration, no ads, no tracking

Awesome Lists containing this project

README

        

# 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](https://richard-unterberg.github.io/squeezer/)

### 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:
```bash
npm run dev
```

### Build

build production ready copy to `dist` folder:
```bash
npm run build
```

### Preview Build

to preview production-build locally:
```bash
# build before preview
npm run build

# the run preview
npm run preview
```