Flap-T vs Aspirated Plosives in American English TTS
In American English Text-to-Speech (TTS) synthesis, accurately rendering coronal stops requires a precise acoustic distinction between the alveolar flap ([ɾ], as in butter or writer) and the voiceless aspirated plosive ([tʰ], as in top or attack). This article outlines the primary acoustic features that separate these two allophones—specifically duration, Voice Onset Time (VOT), burst intensity, and voicing continuity—and explains how TTS systems model these differences to produce natural-sounding speech.
1. Segmental and Closure Duration
Duration is the most reliable cue separating an alveolar flap from a canonical aspirated plosive:
- Alveolar Flap [ɾ]: Flaps are ballistic, ballistic movements with an extremely brief closure, typically lasting between 15 and 40 milliseconds. In many natural contexts, the tongue tip makes contact with the alveolar ridge so rapidly that closure is incomplete.
- Aspirated Plosive [tʰ]: The closure duration of a full voiceless stop is significantly longer, typically ranging from 50 to 100 milliseconds depending on speaking rate and stress.
In TTS duration modeling (such as in FastSpeech 2 or VITS), assigning a standard stop duration to a flap position results in unnatural, overly articulated speech, while compressing an aspirated stop into a flap window leads to slurred or unintelligible output.
2. Voice Onset Time (VOT) and Aspiration Noise
Voice Onset Time measures the delay between the release of the occlusion and the onset of vocal fold vibration:
- Alveolar Flap [ɾ]: The VOT of a flap is essentially zero or slightly negative. Because the vocal folds often vibrate throughout the articulation, there is no delayed release of voicing and no turbulent aspiration phase.
- Aspirated Plosive [tʰ]: The VOT is long and positive, typically between 40 and 90 milliseconds in initial stressed positions. During this interval, high-velocity airflow generates high-frequency turbulent aperiodic noise (aspiration) before regular periodic voicing begins for the subsequent vowel.
TTS acoustic models must accurately predict these aperiodic noise bands. If a model synthesizes aspiration noise following a flap closure, the result sounds like an unnatural British or hyper-articulated pronunciation.
3. Release Burst Characteristics
The release burst on a spectrogram reflects the abrupt pressure release behind the articulatory closure:
- Alveolar Flap [ɾ]: Flaps display either a minimal, low-amplitude release transient or no detectable burst at all. Because intraoral pressure buildup is negligible, there is rarely a high-energy release spike.
- Aspirated Plosive [tʰ]: A true [tʰ] features a sharp, high-intensity transient burst with energy concentrated in the higher frequencies (typically 3.5 kHz to 8 kHz).
Neural vocoders (such as HiFi-GAN) depend on spectrogram frames containing this sharp vertical spike to synthesize the crisp acoustic click characteristic of [tʰ]. In contrast, generating this spike for a flap introduces perceptual harshness.
4. Voicing Continuity and Formant Transitions
The behavior of fundamental frequency (\(F_0\)) and lower formants further distinguishes the two sounds:
- Alveolar Flap [ɾ]: The flap behaves acoustically like a sonorant. Low-frequency energy (the voice bar near \(F_0\)) frequently remains unbroken through the entire closure segment. The surrounding vowel formants (\(F_1\), \(F_2\), \(F_3\)) dip only briefly without significant disruption.
- Aspirated Plosive [tʰ]: A voiceless aspirated plosive creates complete silence during closure (no voice bar), causing a total interruption of periodic sound. When voicing resumes, \(F_1\) typically starts low and rises into the vowel, while \(F_0\) often exhibits a brief pitch elevation at vowel onset due to cricothyroid muscle tension during voiceless stop production.
Summary for TTS Pipeline Implementation
To synthesize these sounds correctly, the TTS front-end (grapheme-to-phoneme module) must first correctly transcribe intervocalic, post-stress /t/ as [ɾ] rather than /t/. Downstream, the acoustic model must map the phoneme to short duration, unbroken periodicity, and absent high-frequency turbulence. Correctly distinguishing these features prevents synthesized American English voices from sounding either excessively robotic and formal or muffled and poorly articulated.