Skip to content

DisabledAbel/mp3-to-wav-convert

Repository files navigation

mp3-to-wav-convertit

A static, browser-based audio conversion website that supports MP3 → WAV and WAV → MP3 directly in the browser. No installation, no backend, no command line, and no server-side processing required.

The application is designed for fast, simple, and privacy-friendly audio format conversion.


Features

  • Web-based audio converter

  • Bidirectional format support

    • MP3 → WAV
    • WAV → MP3
  • Runs entirely in the browser

  • No file uploads to a server

  • Works on desktop and mobile browsers

  • Simple drag-and-drop interface


How It Works

This is a fully static website. All functionality is implemented using client-side JavaScript and standard browser APIs. There is no backend, no server logic, and no database. The site can be hosted on any static hosting provider.

[ User Browser ]
      |
      v
[ Select / Drop Audio File ]
      |
      v
[ In-Browser Transcoding ]
      |
      v
[ Download Converted File ]

Live App

⭐ Open Application

Input

  • MP3
  • WAV

Output

  • WAV (PCM)
  • MP3

The output format is automatically determined based on the user’s selection.


Usage

  1. Open the website
  2. Upload or drag an audio file (MP3 or WAV)
  3. Choose the output format
  4. Click Convert
  5. Download the converted file

No account or setup required.


Browser Compatibility

Tested and supported on:

  • Chrome (latest)
  • Edge (latest)
  • Firefox (latest)
  • Safari (latest)

Note: Older browsers may not support required Web Audio or WebAssembly features.


Performance Notes

  • Conversion speed depends on device CPU and file size
  • Large files may take longer on low-power devices
  • All processing occurs locally

Project Structure

mp3-to-wav-convertit/
├── index.html        # Main UI
├── styles.css        # Styling
├── app.js            # Conversion logic
├── /assets           # Icons and static files
└── README.md         # Documentation

Limitations

  • No batch conversion
  • No metadata (ID3) preservation
  • Not intended for extremely large audio files

Roadmap

  • Batch file conversion
  • Adjustable bitrate and sample rate
  • Metadata passthrough
  • Progressive Web App (PWA) support

Privacy Statement

All audio conversion happens locally in your browser. Files are never uploaded, stored, or transmitted to any server.

About

mp3-to-wav-convertit is a fully static web application that converts audio files between MP3 and WAV formats directly in the browser. All processing is performed client-side using standard web technologies, ensuring fast conversions, zero backend dependencies

Topics

Resources

License

Stars

Watchers

Forks

Contributors

Languages