Audio codec checker
Upload an audio file and instantly check which codec it uses.
Upload an audio file and instantly check which codec it uses.
A file extension names the container, not the codec inside it. An .ogg can hold Vorbis or Opus; an .m4a holds AAC or ALAC; an .mkv could hold nearly anything. This tool reads the actual codec so you know what you are dealing with.
Hardware compatibility questions (a car stereo that plays AAC but not Opus), platform specs that demand particular codecs, and debugging why one "MP4" plays while another does not.
It may carry ALAC instead of AAC, or a profile the device lacks. Checking the codec is the first diagnostic step.
For video containers, use the video file inspector, which reads both video and audio tracks.
Yes, the file is parsed locally and never uploaded.