https://github.com/alexiii/web-wav-converter
MP3 to WAV audio converter (web app)
https://github.com/alexiii/web-wav-converter
audio-converter audio-processing wav-files web-application
Last synced: 5 months ago
JSON representation
MP3 to WAV audio converter (web app)
- Host: GitHub
- URL: https://github.com/alexiii/web-wav-converter
- Owner: AlexIII
- License: mit
- Created: 2020-09-20T14:49:49.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-11-16T06:48:04.000Z (over 1 year ago)
- Last Synced: 2025-06-01T06:31:45.017Z (about 1 year ago)
- Topics: audio-converter, audio-processing, wav-files, web-application
- Language: HTML
- Homepage: https://alexiii.github.io/web-wav-converter
- Size: 141 KB
- Stars: 38
- Watchers: 1
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# MP3 to WAV converter
[
](https://alexiii.github.io/web-wav-converter)
- Works offline
- Processes files in bulk
- Accepts most audio formats
[Try it here!](https://alexiii.github.io/web-wav-converter)
### Description
This is a single-page audio converter that uses in-browser API to convert any audio file into an uncompressed PCM [WAV](https://en.wikipedia.org/wiki/WAV) file.
The interface allows to change sample rate, bit-depth and channels prior to conversion and listen as to how the files would sound with the new settings.
For offline usage just download `index.html` and open it in a browser.
## What it's for
The primary use case for this app is converting audio files to use them in an embedded environment where you cannot afford to run audio decompression algorithms.
## Notice for Chrome users
It is recommended to use this converter in Firefox. Firefox uses processing algorithns that provide much better resampling quality compared to Chrome, which especially noticeable on low sample rates (e.g. 8000).
## License
MIT License © github.com/AlexIII