Source Count: 16 | Weighted Score: 37 | Source Confidence: [4/5] | Primary Tier: 1 | Last Updated: 2026-03-13 11, 2026
Keywords: speech recognition, ASR, text-to-speech, TTS, voice assistant, Whisper, WaveNet, deep learning, natural language processing, voice
Category Tags: information-computation, artificial-intelligence, audio, deep-learning, human-computer-interaction
Cross-References: ZD_2_12 — Generative AI · ZG_5_15 — Linguistic Anthropology · ZD_1_02 — Mathematics Information
QUICK SUMMARY
Speech recognition (Automatic Speech Recognition — ASR) and speech synthesis (Text-to-Speech — TTS) are complementary technologies that bridge human spoken language and machine processing. ASR converts spoken audio into text — enabling voice commands, transcription, dictation, and conversational AI; TTS converts text into natural-sounding speech — enabling screen readers, audiobook generation, virtual assistants, and voice interfaces. Together they form the foundation of voice-based human-computer interaction, powering products used by billions: Apple Siri (2011), Amazon Alexa (2014), Google Assistant (2016), and countless phone-based customer service systems. The history of ASR spans seven decades: from early pattern-matching systems that recognized isolated digits (Bell Labs "Audrey," 1952 — recognized spoken digits 0–9 with ~97% accuracy for a single speaker) through Hidden Markov Model (HMM) based systems that dominated from the 1980s–2010s (CMU Sphinx, IBM ViaVoice, Nuance/Dragon NaturallySpeaking) to the deep learning revolution that fundamentally transformed accuracy beginning ~2012. Deep neural networks replaced hand-crafted acoustic feature engineering — first deep neural networks replaced Gaussian mixture models in HMM systems (Hinton et al., 2012), then end-to-end neural architectures (CTC — Connectionist Temporal Classification — Graves et al., 2006; sequence-to-sequence attention models — LAS/Listen Attend and Spell — Chan et al., 2016; transformer-based models) eliminated the need for separate components (acoustic model, pronunciation dictionary, language model). OpenAI's Whisper (2022) demonstrated that a single large transformer model trained on 680,000 hours of multilingual web audio could achieve near-human accuracy across multiple languages and accents — effectively commoditizing ASR. For TTS, the trajectory moved from concatenative synthesis (splicing recorded speech segments — intelligible but robotic) through parametric synthesis (WaveNet — van den Oord et al., DeepMind, 2016 — a deep autoregressive neural network that generates raw audio waveforms sample-by-sample, achieving unprecedented naturalness; followed by Tacotron 1/2 — Google, 2017–2018 — end-to-end text-to-spectrogram models) to modern diffusion-based and codec-based models. Current state-of-the-art TTS systems produce speech nearly indistinguishable from human recordings, and voice cloning systems (VALL-E — Microsoft, 2023; ElevenLabs; Bark) can replicate a speaker's voice from seconds of sample audio — raising profound questions about authentication, consent, and deepfake audio.
1. VERIFIED CLAIMS (Tier 1 — Peer-Reviewed / Established)
1.1 Automatic Speech Recognition (ASR)
- HMM era (1980s–2010s): Hidden Markov Models combined with Gaussian mixture models (GMM-HMM) dominated ASR for three decades; systems decomposed recognition into: acoustic model (mapping audio features to phonemes), pronunciation dictionary (mapping phonemes to words), and language model (predicting word sequences); systems like CMU Sphinx (open source), IBM ViaVoice, and Nuance Dragon achieved commercial success for dictation
- Deep learning revolution: Hinton et al. (2012) demonstrated that replacing GMMs with deep neural networks (DNN-HMM hybrid) dramatically reduced word error rates; followed by recurrent neural networks (LSTMs), CTC-based models (Graves et al., 2006 — enabling end-to-end training without frame-level alignment), and attention-based sequence-to-sequence models (LAS — Chan et al., 2016)
- Whisper (OpenAI, 2022): large-scale transformer model trained on 680,000 hours of weakly supervised multilingual audio; achieves robust recognition across languages, accents, and noise conditions; released as open source, effectively commoditizing high-quality ASR
1.2 Text-to-Speech (TTS)
- WaveNet (van den Oord et al., DeepMind, 2016): autoregressive neural network generating raw audio waveforms sample-by-sample; produced speech rated significantly more natural than previous state-of-the-art; too slow for real-time in original form but spawned efficient variants (Parallel WaveNet, WaveRNN)
- Tacotron (Google, 2017–2018): end-to-end neural TTS — Tacotron maps text directly to spectrograms using attention-based sequence-to-sequence models, then a vocoder (WaveNet/WaveRNN/HiFi-GAN) converts spectrograms to audio; Tacotron 2 (Shen et al., 2018) achieved near-human naturalness in MOS (Mean Opinion Score) evaluations
1.3 Voice Assistants
- Commercial deployment: Apple Siri (2011), Google Now / Google Assistant (2012/2016), Amazon Alexa (2014), Microsoft Cortana (2014) — brought ASR and TTS to billions of users through smartphones, smart speakers, and IoT devices; hundreds of millions of active users globally
2. CREDIBLE CLAIMS (Tier 2 — Academic / Debated but Supported)
2.1 Multilingual and Low-Resource ASR
- Massively multilingual models: Whisper, Meta's MMS (Massively Multilingual Speech — 2023, supporting 1,100+ languages for ASR), and Google's USM (Universal Speech Model) demonstrate that a single model can handle many languages; critical for linguistic diversity — most of the world's 7,000+ languages have no ASR support; transfer learning from high-resource languages (English, Mandarin, Spanish) can bootstrap recognition in low-resource languages with limited training data
- Bias and fairness: ASR performance varies significantly across demographics — higher error rates for speakers of non-standard dialects, accented speech, and certain racial/ethnic groups (Koenecke et al., 2020 — found major commercial ASR systems had significantly higher error rates for African American speakers); addressing this bias is an active research and policy concern
2.2 Voice Cloning and Deepfakes
- Zero-shot voice cloning: VALL-E (Microsoft, 2023), ElevenLabs, and similar systems can clone a speaker's voice from seconds of sample audio — generating speech in that voice saying arbitrary text; raises authentication concerns (voice-based identity verification is no longer reliable), consent issues (cloning voices without permission), and deepfake audio threats (fabricated audio of public figures)
3. SPECULATIVE CLAIMS (Tier 3 — Possible but Unverified)
3.1 Real-Time Universal Translation
- Seamless speech-to-speech translation: Meta's SeamlessM4T and Google's Universal Speech Model point toward real-time translation that preserves speaker voice, emotion, and prosody across languages; whether this can achieve human interpreter quality across diverse language pairs and domains remains to be demonstrated at scale
4. DUBIOUS CLAIMS (Tier 4 — No Credible Source / Contradicted by Evidence)
4.1 Perfect Recognition Is Achieved
- [MISLEADING] While headline error rates on benchmark datasets approach or match human-level performance, real-world accuracy degrades significantly in adverse conditions — background noise, overlapping speakers, strong accents, domain-specific vocabulary, code-switching between languages; ASR "solved" is premature, particularly for the long tail of difficult acoustic and linguistic conditions
COUNTER-ARGUMENTS & CRITICISMS
- Koenecke et al. — ASR systems exhibit significant racial and dialectal bias. Allison Koenecke and colleagues demonstrated that commercial ASR systems from Amazon, Apple, Google, IBM, and Microsoft showed word error rates nearly twice as high for Black speakers compared to white speakers, revealing systematic bias that undermines claims of universal speech recognition capability. (Koenecke et al., "Racial Disparities in Automated Speech Recognition," PNAS 117.14, 2020: 7684–7689. DOI: 10.1073/pnas.1915768117)
- Tatman — Gender and accent biases in ASR are structurally embedded. Rachael Tatman has shown that automatic speech recognition systems perform measurably worse for women, non-native speakers, and speakers of non-standard dialects, and that these biases stem from training data imbalances that are difficult to correct post hoc without deliberate dataset curation. (Tatman, "Gender and Dialect Bias in YouTube's Automatic Captions," Proc. First Workshop on Ethics in NLP, 2017: 53–59. DOI: 10.18653/v1/W17-1606)
- Szymański et al. — WER is a misleading metric for real-world ASR evaluation. Piotr Szymański and colleagues have argued that Word Error Rate, the dominant evaluation metric, fails to capture semantic accuracy, penalizes synonymous substitutions equally with meaning-altering ones, and does not account for downstream task impact, leading to misleading benchmark comparisons. (Szymański et al., "WER We Are and WER We Think We Are," Findings of EMNLP, 2020. DOI: 10.18653/v1/2020.findings-emnlp.295)
- Sisman et al. — Voice cloning raises serious ethical and security risks. Berrak Sisman and colleagues have highlighted that neural speech synthesis systems capable of high-fidelity voice cloning create risks of audio deepfakes, identity theft, and fraud that current detection methods cannot reliably counter, raising questions about whether such capabilities should be publicly deployed without safeguards. (Sisman et al., "An Overview of Voice Conversion and Its Challenges," IEEE/ACM Trans. Audio, Speech, and Language Processing 29, 2021: 904–919. DOI: 10.1109/TASLP.2020.3038524)
- Likhomanenko et al. — Self-supervised ASR improvements often don't transfer to low-resource languages. Tatiana Likhomanenko and colleagues have shown that while self-supervised pretrained models (wav2vec 2.0) produce impressive results on English benchmarks, their gains diminish sharply for truly low-resource languages with limited unlabeled data, meaning ASR progress is not as globally transferable as often claimed. (Likhomanenko et al., "Rethinking Evaluation in ASR: Are Our Models Robust Enough?" arXiv:2010.11745, 2020.)
IMAGES
| # | Description | Filename | Source | License |
|---|
No images assigned yet.
BIBLIOGRAPHY
- Hinton, Geoffrey, et al | 2012 | "Deep Neural Networks for Acoustic Modeling in Speech Recognition" | IEEE Signal Processing Magazine | ∅ | 29.6::82–97 | ∅ | ∅ | doi:10.1109/MSP.2012.2205597 | ∅ | ∅ | ∅
- Graves, Alex, Santiago Fernández, Faustino Gomez; Jürgen Schmidhuber. : 369 376 | 2006 | "Connectionist Temporal Classification" | ICML | ∅ | ∅ | ∅ | ∅ | doi:10.1145/1143844.1143891 | ∅ | ∅ | ∅
- van den Oord, Aäron, et al. ** | 2016 | "WaveNet: A Generative Model for Raw Audio" | ∅ | ∅ | ∅ | ∅ | ∅ | doi:10.48550/arXiv.1609.03499, arxiv:1609.03499 | ∅ | ∅ | ∅
- Shen, Jonathan, et al. : 4779 4783 | 2018 | "Natural TTS Synthesis by Conditioning WaveNet on Mel Spectrogram Predictions" | ICASSP | ∅ | ∅ | ∅ | ∅ | doi:10.1109/ICASSP.2018.8461368 | ∅ | ∅ | ∅
- Radford, Alec, et al | 2023 | "Robust Speech Recognition via Large-Scale Weak Supervision" | ICML | ∅ | ∅ | ∅ | ∅ | ∅ | ∅ | ∅ | ∅
- Koenecke, Allison, et al | 2020 | "Racial Disparities in Automated Speech Recognition" | Proceedings of the National Academy of Sciences | ∅ | 117.14::7684–7689 | ∅ | ∅ | doi:10.1073/pnas.1915768117 | ∅ | ∅ | ∅
- Jurafsky, Daniel; James H | 2023 | ∅ | Speech and Language Processing | ∅ | ∅ | Martin. . . draft | 3rd | isbn:9780131873216 | ∅ | ∅ | ∅
- Wang, Chengyi, et al. ** | 2023 | "Neural Codec Language Models Are Zero-Shot Text to Speech Synthesizers" | ∅ | ∅ | ∅ | ∅ | ∅ | doi:10.48550/arXiv.2301.02111, arxiv:2301.02111 | ∅ | ∅ | ∅
- Tatman, Rachael. : 53 59 | 2017 | "Gender and Dialect Bias in YouTube's Automatic Captions" | Proc. First Workshop on Ethics in NLP | ∅ | ∅ | ∅ | ∅ | doi:10.18653/v1/W17-1606 | ∅ | ∅ | ∅
- Sisman, Berrak, et al | 2021 | "An Overview of Voice Conversion and Its Challenges" | IEEE/ACM Transactions on Audio, Speech, and Language Processing | ∅ | 29::904–919 | ∅ | ∅ | doi:10.1109/TASLP.2020.3038524 | ∅ | ∅ | ∅
- Baevski, Alexei, et al | 2020 | "wav2vec 2.0: A Framework for Self-Supervised Learning of Speech Representations" | NeurIPS | ∅ | ∅ | ∅ | ∅ | doi:10.48550/arXiv.2006.11477 | ∅ | ∅ | ∅
- Ren, Yi, et al | 2021 | "FastSpeech 2: Fast and High-Quality End-to-End Text to Speech" | ICLR | ∅ | ∅ | ∅ | ∅ | doi:10.48550/arXiv.2006.04558 | ∅ | ∅ | ∅
- Panayotov, Vassil, et al. : 5206 5210 | 2015 | "Librispeech: An ASR Corpus Based on Public Domain Audio Books" | ICASSP | ∅ | ∅ | ∅ | ∅ | doi:10.1109/ICASSP.2015.7178964 | ∅ | ∅ | ∅
- Szymański, Piotr, et al | 2020 | "WER We Are and WER We Think We Are" | Findings of EMNLP | ∅ | ∅ | ∅ | ∅ | doi:10.18653/v1/2020.findings-emnlp.295 | ∅ | ∅ | ∅
- Gulati, Anmol, et al. : 5036 5040 | 2020 | "Conformer: Convolution-Augmented Transformer for Speech Recognition" | Interspeech | ∅ | ∅ | ∅ | ∅ | doi:10.21437/Interspeech.2020-3015 | ∅ | ∅ | ∅
- Bispham, Mary, et al.. | 2019 | ∅ | Nonsense Attacks on Google Assistant and Missense Attacks on Amazon Alexa | ∅ | ∅ | SCITEPRESS - Science and Technology Publications | ∅ | doi:10.5220/0007309500750087 | ∅ | ∅ | ∅
CROSS-REFERENCE INDEX
Generated from V4 expansion plan. Last Updated: March 11, 2026
<table border="1" cellpadding="12" cellspacing="0" style="border-collapse: collapse; border: 2px solid #888; margin-top: 2em; background: #fafafa;">
<tr><td>
⚠️ AI-Assisted Research Disclaimer
This document was generated and structured with the assistance of AI tools.
While every effort is made to ensure accuracy, AI-assisted content may
contain errors, misattributions, or unintended inaccuracies. **Always
verify claims, dates, and sources independently** before citing or relying
on any information presented here.
- Sources may contain errors. Bibliography entries and cross-references
are checked by automated systems, but mistakes can occur. If something
looks wrong, it may be.
- Speculative and unverified claims are clearly labeled. This project
uses a four-tier evidence system:
- Tier 1 — Verified: Peer-reviewed, established scientific consensus.
- Tier 2 — Credible: Academically supported, debated but grounded.
- Tier 3 — Speculative: Plausible but unverified by mainstream science.
- Tier 4 — Dubious: No credible support or contradicted by evidence.
- This project maps multiple perspectives — not a single truth. Mainstream,
alternative, and skeptical viewpoints are presented side by side for
critical comparison, not endorsement. Inclusion does not imply agreement.
- We are actively improving. Source verification, factuality scoring,
and bibliography enrichment are ongoing. Each revision adds stronger
citations, corrects identified errors, and expands coverage.
📖 For full details on our verification methodology, scoring systems, and
quality metrics, see: Fact-Checking & Verification Systems
Think Openly. Check the sources. Draw your own conclusions.
</td></tr>
</table>