Initializing... drag & drop files here
Supports: AMR
AMR is the speech codec phones used for voice memos, voicemail, and MMS audio: tiny, mono, and built to carry talk over a 1990s mobile network. FLAC is the opposite kind of format — a lossless codec that stores decoded audio exactly, adds tags, and is readable by every serious audio tool. Converting one to the other is an archiving move: it freezes a recording that most modern software refuses to open into a format that will still be readable, taggable, and editable decades from now, without ever losing another bit.
| Property | Value |
|---|---|
| Full name | Adaptive Multi-Rate, the 3GPP speech codec for GSM and UMTS |
| Storage format | Defined in RFC 4867 (2007); a plain .amr file starts with the magic bytes #!AMR\n |
| Compression | Lossy, and parametric — it models the vocal tract with ACELP rather than storing the waveform |
| Sample rate | 8 kHz narrowband; 16 kHz for the wideband variant, usually seen as .awb |
| Audio band | Roughly 200–3,400 Hz, the same range as a landline call |
| Bit rates | 8 narrowband modes from 4.75 to 12.2 kbit/s; 9 wideband modes from 6.6 to 23.85 kbit/s |
| Channels | Single channel in practically every file in circulation |
| Metadata | Essentially none — no tag block, no cover art, no structured timestamps |
| Native browser support | None; no mainstream browser plays a bare .amr file |
| Best for | Speech at the lowest possible bit rate on a constrained network |
| Property | Value |
|---|---|
| Full name | Free Lossless Audio Codec |
| Standard | RFC 9639, an IETF Proposed Standard published in 2024; reference encoder maintained by Xiph.Org |
| History | Development began in 2000 under Josh Coalson; version 1.0 shipped in July 2001, and the project moved under the Xiph.Org Foundation in January 2003 |
| Compression | Lossless — the decoded samples are bit-for-bit identical to what went in |
| Bit depth here | 16-bit, because that is what decoding an AMR speech stream produces |
| Sample rate | Whatever the source has, or a rate you choose from the dropdown |
| Metadata | Tags, seek tables, cue sheets, padding, and application blocks are all part of the format |
| Native browser support | Chrome 56+, Firefox 51+, Edge 16+, Safari 11+ on iOS and 13+ on macOS — about 96% of browsers in use, per caniuse |
| Licensing | Open specification, open-source reference implementation, no patent licence to negotiate |
| Best for | Long-term archives, and any workflow that re-saves a file repeatedly |
.amr files onto the page or click "Add Files" to browse. A folder of saved voicemails can go in as one batch and run with identical settings..flac. Files are uploaded over an encrypted connection, processed on our servers, and deleted automatically after a few hours — no sign-up, no watermark, never shared or made public.Notice what this page does not offer: there is no bitrate box and no quality preset, because FLAC has no quality knob to turn. Every setting produces identical audio. The slider only decides how hard the encoder works to make the file small.
Because none of this touches the audio, you can safely leave the slider where it is. If you later re-encode the same FLAC at a different level, the decoded waveform is unchanged.
No — and it is important to be clear about why. FLAC is lossless, meaning it preserves the input exactly, but "exactly" is a ceiling, not a boost. The AMR encoder already threw away everything outside roughly the 200–3,400 Hz telephone band and rebuilt what remained from a speech model at 4.75–12.2 kbit/s. FLAC faithfully stores that narrowband result. What you gain is permanence: from this point on, every copy, edit, and re-save is lossless.
Because AMR spends a few kilobits per second on speech parameters while FLAC stores real samples. A minute of narrowband AMR is on the order of tens of kilobytes; the same minute decoded to 8 kHz mono 16-bit PCM is roughly 0.96 MB before FLAC's lossless compression trims it. Speech compresses reasonably well, so expect a FLAC that is many times the size of the AMR yet still well under an uncompressed WAV of the same clip. That growth is the normal cost of an exact copy.
It changes nothing you can hear. FLAC is lossless at every level, so 1 and 12 decode to identical samples; the slider only trades encoding time against file size. Our page ships it at 12, the top of the 1–12 range, on the reasoning that a short speech file encodes quickly anyway and the smallest archival copy is the useful one. Drop it to a lower value if you are converting a long queue and want it finished sooner.
Both are lossless, so the audio is identical either way. FLAC wins for storage and cataloguing: it compresses the same samples into a smaller file and has a proper tag block, so you can label a voicemail with a date, a name, and notes that travel with the file. WAV wins on raw compatibility with older editing software and hardware that predates FLAC. For a long-term archive, pick FLAC; if a specific transcription service or editor asks for plain PCM, use AMR to WAV instead.
FLAC playback is close to universal now. In the browser, support runs from Chrome 56, Firefox 51, Edge 16, and Safari 11 on iOS and 13 on macOS, which covers roughly 96% of browsers in use. On the desktop, VLC, foobar2000, Audacity, and Windows Media Player all handle it, and it imports cleanly into most DAWs. The gap is old hardware — car head units and early portable players from the pre-2010 era often never added FLAC.
.awb) wideband files as well as narrowband?Yes. Wideband AMR samples at 16 kHz and keeps a much wider band with nine bit rates up to 23.85 kbit/s, so it sounds noticeably fuller than a narrowband recording. It converts through the same pipeline; leave Audio Sample Rate on ORIGINAL so the 16 kHz rate carries into the FLAC untouched. What FLAC cannot do is turn a narrowband recording into a wideband one.
FLAC supports a tag block, which is one of the strongest practical reasons to archive speech in it: an AMR file has effectively nowhere to record who was speaking or when the call happened, so that context is usually lost the moment the file leaves the phone. This converter's job is the format change itself, so add your tags afterwards in a tagger, in foobar2000, or in Music.app — the fields will then stay attached to the recording permanently.
Converting alone will not clean anything: no format change removes hiss or restores the frequencies AMR discarded. What FLAC does is give a noise-reduction or speech-enhancement tool a lossless input to work on, so the cleanup process itself adds no compression damage on top of what the phone already did. Do the restoration in an editor such as Audacity, keep the working copies in FLAC, and only export a lossy file — for example with AMR to MP3 — when it is time to share the result.