
Speech Recognition and Synthesis
How speech recognition turns audio into text, how speech synthesis turns text into sound, how both systems are evaluated, and why accent, accessibility, consent, and human review matter in education.
Sources
Résumé complet

Speech recognition and speech synthesis connect spoken language with digital representations. Automatic speech recognition, or ASR, converts an audio signal into a sequence of words or other tokens. Text-to-speech, or TTS, works in the other direction by generating an audible waveform from text and instructions about language, speaker, or speaking style. Both tasks involve more than matching sounds with letters. Speech carries timing, accent, emotion, background noise, and overlapping voices, while written text leaves many features of pronunciation and expression unspecified.
An ASR system first represents a recording as short frames or learned audio features. A model then estimates which linguistic units and sequences are plausible. Earlier systems often combined separate acoustic, pronunciation, and language models. End-to-end systems can learn a more direct mapping from audio to text, sometimes using connectionist temporal classification, attention, or encoder-decoder architectures. Modern large-scale models can learn from multilingual and weakly labeled recordings, but they still produce substitutions, deletions, and insertions. Word error rate summarizes those errors against a reference transcript. It is useful, yet it does not reveal whether mistakes change meaning, affect one speaker group more than another, or make a caption unusable for a particular learner.
TTS systems typically convert text into an intermediate acoustic representation and then use a vocoder or related generator to produce a waveform. Neural systems such as Tacotron 2 showed how a sequence model could predict a mel spectrogram while a separate neural vocoder generated speech. Current systems may control voice, pace, emphasis, and language more flexibly. Natural-sounding output is not automatically accurate or appropriate. Evaluation should consider intelligibility, pronunciation, prosody, listener judgments, task success, and whether the system faithfully follows the source text. Synthetic speech can also imitate a person, so consent, disclosure, and safeguards against impersonation matter.
In education, speech technology can support captions, searchable recordings, dictation, pronunciation practice, read-aloud access, and augmentative communication. A teacher might ask learners to compare an automatic transcript with the recording, label different error types, and investigate why proper names, technical terms, code-switching, or classroom noise caused difficulty. Learners can then correct the transcript and test whether the revision improves comprehension. For synthesis, they can compare several readings of the same sentence and explain how pacing or emphasis changes interpretation.
Performance must be checked across the people and conditions that will actually use the system. Research on commercial ASR found substantial error disparities between recordings of Black and White speakers in the studied corpus, showing why one average score is insufficient. Schools should test accents, languages, ages, disabilities, microphones, and noise conditions; protect voice recordings as sensitive data; provide correction and opt-out routes; and keep human review for consequential uses. Speech systems can expand participation when they remain inspectable tools, not unquestioned judges of fluency, ability, identity, or intent.


