Decodes M4A into uncompressed WAV. The usual reason is transcription: nearly every speech model wants WAV, and an iPhone voice memo is M4A.
Settings for transcription
For music or anything where the full frequency range matters, keep the original sample rate and channels.
It is still a lossy source
Mono at 16 kHz is the right shape for speech
Tags do not survive the crossing
Other names for this
Also searched as “voice memo to wav”, “convert m4a to wav”.
Questions
- What settings does Whisper or similar want?
- Mono at 16 kHz. Both options are on this page, and the resulting file is far smaller.
- Will it improve the recording?
- No. It is an uncompressed copy of lossy audio.
- Is my file uploaded?
- No. The demuxing, decoding and encoding all happen in this tab using the browser’s own media stack plus a WebAssembly encoder. A recording can be an interview, a lecture, a private call — none of it is transmitted. Turn your Wi-Fi off after the page loads and it still works.
- How large a file can I convert?
- There is no imposed limit, only your device’s memory — around 2 GB in a desktop browser and 400 MB on a phone, since the file is held in memory while it converts. A two-hour video converts in well under a minute on a laptop.
- Can I convert several files at once?
- Yes. Drop as many as you like, or a whole folder. Each keeps its original name with the new extension, and you can download them individually or as a ZIP.