- Works offline
- Processes files in bulk
- Accepts most audio formats
This is a single-page audio converter that uses in-browser API to convert any audio file into an uncompressed PCM 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.
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.
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).
MIT License © github.com/AlexIII