Glossary
A phoneme is the smallest unit of sound that distinguishes one word from another in a given language. English has approximately 44 phonemes (24 consonants and 20 vowels, depending on how you count). Phonemes are abstract — the actual acoustic realization (the phone) varies by speaker, accent, and context. ASR systems classically operated on phoneme sequences before reconstructing words; modern end-to-end systems mostly skip this layer.
Phonemes vs phones vs allophones
Phoneme: abstract category that distinguishes meaning. The /p/ in "pin" and the /p/ in "spin" are the same phoneme. Phone: the actual physical sound produced. The /p/ in "pin" is aspirated [pʰ], the /p/ in "spin" is unaspirated [p] — different phones, same phoneme. Allophone: a contextual variant of a phoneme. Not phonemic distinctions to native English speakers, but phonemic in some other languages (e.g., Hindi distinguishes aspirated from unaspirated stops phonemically).
Phonemes in ASR
Pre-2018 ASR pipelines mapped audio frames to phoneme sequences (or sub-phoneme "senones") via the acoustic model, then composed phoneme sequences into words via a pronunciation lexicon. Modern Whisper-style systems are end-to-end audio→subword-token, with no explicit phoneme layer. Phoneme-level alignment still exists for niche tasks like forced alignment and dialect/pronunciation research.
Phonemes vs the IPA
The International Phonetic Alphabet (IPA) is the standard notation for transcribing phones (and phonemes when in slashes). Linguists and speech-language pathologists use IPA daily; ASR engineers mostly use ARPABET (an ASCII-friendly phoneme set for American English) or BPE subword tokens that don't directly correspond to phonemes.
In practice
The English words "ship" /ʃɪp/ and "sip" /sɪp/ differ in one phoneme — /ʃ/ vs /s/. That single phonemic distinction makes them different words. An ASR system needs to reliably distinguish these — small differences matter, which is why models are trained on tens of thousands of hours of varied speech.
Related terms
Further reading
Try AI transcription
Get started — freeLast updated: September 20, 2026
Frequently Asked Questions
The smallest unit of sound in a language. English has roughly 44 phonemes. ASR systems internally map audio to phoneme sequences before assembling words.
Phoneme affects how you understand transcript quality, timing, compatibility, or the technology behind speech-to-text results.
Use the related workflow at /ai-transcription 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.