.m4a File Extension
.m4a file contains, which apps open M4A audio, how Poly supports it, and when another audio format may work better. File extension details for .m4a
Full Support| File type | MPEG-4 audio file |
|---|---|
| MIME type | |
| Encoding | Binary ISO Base Media File Format container, usually with AAC or ALAC audio |
| Operating systems | Windows, macOS, Linux, iOS, Android |
| Opens with | Apple Music, QuickTime Player, Windows Media Player, VLC |
| Poly support | Yes. Poly provides rich support for M4A audio. |
| Indexed by Poly | Yes. Poly indexes filenames, supported tags, transcript text, and audio similarity. |
| Preview in Poly | Yes. M4A files open in Poly's audio player when the browser can decode the codec. |
| Poly agent | Yes. The Poly agent can read and reason over completed transcripts. |
What kind of file is a .m4a?
An .m4a file is normally an audio-only MPEG-4 container. It commonly holds lossy AAC audio or lossless Apple Lossless Audio Codec (ALAC) audio, so the suffix alone does not tell you whether sound has been discarded. The registered Internet media type for an MP4 file with audio and no visual presentation is audio/mp4. audio/m4a and audio/x-m4a are widely used compatibility labels, but neither is registered by IANA.1
M4A is a container convention, not a codec. Unlike a raw .aac stream, it can carry timing information, tags, cover art, and chapters alongside the encoded audio.
recording.aac, recording.mp3, or recording.mp4 to end in .m4a does not convert its contents. Remux or transcode it with an audio tool.There is no single registered magic number. MPEG-4 family files use typed boxes, and the letters ftyp commonly begin at byte offset 4. Reliable inspection parses the box structure and confirms that the file has an audio presentation without video.12
How do I open a .m4a on my computer?
- On macOS, iPhone, and iPad, use Music, QuickTime Player, or another media app.
- On Windows, use Windows Media Player, Apple Music, or VLC. Microsoft lists
.m4aas an MP4 audio file and notes that it may contain AAC or Apple Lossless audio.3 - On Linux, VLC and other players built on common multimedia frameworks can open many M4A files.
- In a web browser, playback depends on both the codec and the decoders available from the browser or operating system.
If a file opens on one device but not another, inspect its codec before converting it. A player may understand the MP4 container yet lack support for a particular AAC profile, ALAC stream, or encrypted track.
Poly support for .m4a
Poly opens supported M4A files in its audio player, reads available duration and tags, uses embedded cover art when present, and creates a searchable transcript. Search can match the filename, spoken words, or similar audio and jump to the relevant moment. The Poly agent can reason over the completed transcript.
Playback and richer processing still require decodable audio. A damaged, encrypted, or unusually encoded file may be recognized as M4A without playing or transcribing successfully.
History of .m4a
The suffix became an application convention for distinguishing audio-oriented files from the broader .mp4 family. MPEG-4 Part 14 builds on the ISO Base Media File Format, whose box-based design can carry multiple kinds of timed media.2 Apple uses .m4a as an audio file type, and its current tools export M4A with either AAC or ALAC.45
In March 2006, RFC 4337 registered audio/mp4 for MP4 files with audio but no visual presentation. The RFC did not register .m4a, which is why a useful filename and the standards-track HTTP media type differ.1
Working with .m4a and alternatives
Choose an output based on the next step:
| Goal | Good choice | Tradeoff |
|---|---|---|
| Keep compatible AAC or ALAC without quality loss | M4A stream copy | Preserves encoded audio, but some metadata may change |
| Broad consumer playback | M4A with AAC-LC or MP3 | Re-encoding lossy audio can reduce quality |
| Lossless editing or archiving | FLAC or WAV | Usually larger; WAV has more limited tagging |
| Web delivery in a modern controlled environment | Opus | Older software may not support it |
Converting an AAC M4A to FLAC or WAV prevents another lossy save during later edits, but it cannot restore detail already removed by AAC. Converting ALAC to FLAC can remain lossless. Preserve the original when artwork, chapters, dates, or gapless-playback metadata matter.
Footnotes
- Internet Engineering Task Force. RFC 4337: MIME Type Registration for MPEG-4. The RFC registers
audio/mp4, selects it for audio-only MP4 presentations, and lists no magic number. ↩ ↩2 ↩3 - Library of Congress. ISO Base Media File Format. The format description explains the box structure and
ftypfile-type box. ↩ ↩2 - Microsoft. File Types Supported by Windows Media Player. Microsoft lists
.m4aas MP4 audio and documents AAC and Apple Lossless content. ↩ - Apple. M4A File Options in Logic Pro for iPad. Apple documents AAC and ALAC encoding choices for M4A export. ↩
- Apple Developer Documentation. AVFileType.m4a. Apple identifies its M4A audio file type and
.m4aextension. ↩