Every time you ask a voice assistant a question, the first thing it does is throw away most of your audio. Not carelessly — very carefully. It distills each tiny slice of sound into about thirteen numbers that capture everything a human ear cares about and nothing it does not.
Those thirteen numbers are a Mel-Frequency Cepstral Coefficient (MFCC) vector. They have been the dominant speech feature since Davis and Mermelstein introduced them in 1980, and even modern deep-learning systems still start there or build on the same perceptual principles.
The key insight is that the ear is not a microphone. Pitch differences sound smaller and smaller the higher they go — an octave at low frequencies feels much bigger than an octave at high frequencies. Any feature that ignores this will waste most of its budget encoding detail the ear cannot perceive. MFCCs do not make that mistake: they warp the frequency axis to match human perception before doing any analysis, so every coefficient counts.
Comments
Loading comments...