Glossary
An audio codec (compressor/decompressor) is the algorithm that compresses raw audio into a smaller file and decompresses it back for playback. The codec determines file size, quality, and CPU/battery cost. The container format (MP3, M4A, OGG, etc.) wraps the encoded audio with metadata. Most users care about codec choice only when storage or bandwidth are tight; for transcription, the codec rarely affects accuracy.
Lossy vs lossless codecs
Lossy codecs (MP3, AAC, Opus, OGG Vorbis) discard some audio data to reduce file size. They're imperceptibly different from the original to most listeners at 192+ kbps. Lossless codecs (FLAC, ALAC, WAV/PCM) preserve every bit of the original. Lossless files are 5-10x larger; you'd use them for archival, mastering, or re-encoding workflows.
Codec vs container
Confusing terminology: .mp3 is both a codec and a container. .m4a is a container that usually holds AAC codec audio. .ogg is a container that holds Vorbis or Opus codec audio. .wav is a container that usually holds uncompressed PCM. For transcription, what matters is the underlying codec — the container is just a wrapper.
Does codec affect transcription accuracy?
Almost never. Whisper and other modern ASR models work on a mel spectrogram derived from the audio waveform. As long as the audio decodes cleanly to PCM and the bitrate isn't catastrophically low (sub-32 kbps), accuracy is essentially identical across codecs. Even 64 kbps MP3 — internet radio quality — transcribes nearly as well as 1411 kbps WAV.
In practice
WhatsApp records voice notes as .opus (Opus codec, OGG container). Apple Voice Memos records as .m4a (AAC codec, MP4 container). Both transcribe at the same accuracy on Transcript.you. The codec choice was made by the recording app for size/quality tradeoffs that don't matter for ASR.
Related terms
Further reading
Transcribe any codec
Get started — freeLast updated: September 20, 2026
Frequently Asked Questions
The algorithm used to compress and decompress audio data. MP3, AAC, FLAC, Opus, and PCM are all codecs. Different codecs trade off file size, quality, and computational cost.
Codec affects how you understand transcript quality, timing, compatibility, or the technology behind speech-to-text results.
Use the related workflow at /audio-to-text when you want to see how this glossary concept connects to an actual transcription task.
Browse the full transcription glossary or read the complete guide to AI transcription.