Audio and Speech

Sound is the modality that makes AI conversational — the difference between typing to a machine and talking to it. And the same architectural ideas that transformed text and vision transformed audio too: treat the waveform as a sequence, train at scale, and one model can transcribe speech across languages, or synthesize a natural-sounding voice from text. Understanding how AI handles audio — recognition, synthesis, and understanding — completes the picture of the core modalities and shows how general the multimodal recipe has become.

Beyond text and images, audio — especially speech — is a crucial modality. This post covers how AI handles sound: speech recognition (audio → text), speech synthesis / text-to-speech (text → audio), audio understanding and generation more broadly, and how these fit the multimodal picture. Audio (and speech) is central to conversational AI and voice interfaces, and it follows the same patterns (sequences, transformers, scale, cross-modal connection) as the other modalities.

Audio as a modality

Audio is sound represented as data — fundamentally a waveform (air pressure over time), digitized into a sequence of samples. Like other modalities, the challenge is turning this raw signal into something a model can understand or generate:

Audio is a temporal signal (waveform/spectrogram) that models turn into meaningful representations, with speech the key sub-case (bridging audio and language). Because audio is a sequence, the same transformer/sequence techniques transfer, and audio connects to language following the multimodal patterns. The two core speech capabilities are recognition and synthesis.

Speech recognition: audio to text

Speech recognition (ASR — automatic speech recognition) converts spoken audio into text — transcribing what was said. It’s a cross-modal translation (audio → text) and a mature, widely-used capability:

Speech recognition (audio → text) transcribes spoken language, using transformer sequence-to-sequence models trained on large-scale audio-text data (like Whisper’s diverse weakly-supervised training for robustness), and it’s a mature, widely-deployed capability foundational to voice interfaces. The reverse direction — generating speech — is equally important.

Speech synthesis: text to audio

Speech synthesis (TTS — text-to-speech) is the reverse: converting text into spoken audio — generating a voice reading the text. It’s the text → audio cross-modal direction and completes the voice-interaction loop:

Speech synthesis (text → audio) generates natural-sounding spoken voice from text, now highly realistic (using neural, sometimes diffusion-based methods), completing the voice-interaction loop (ASR → language model → TTS) behind voice assistants. Together, recognition and synthesis let AI listen and speak. Beyond speech, audio understanding and generation extend further.

Audio understanding, generation, and the multimodal picture

Beyond speech recognition and synthesis, audio AI extends to broader understanding and generation, and fits the overall multimodal picture:

Audio and speech extend multimodal AI to sound: speech recognition (audio → text) and synthesis (text → audio) enable voice interaction, audio understanding and generation extend further, and audio is increasingly a native modality in general multimodal models — all following the same patterns (sequences, transformers, scale, cross-modal connection) as text and vision. This generality is striking. Next: video and beyond — the frontier of modalities. (A note: audio/voice generation, especially voice cloning, raises real misuse concerns — deepfakes, impersonation — an ethical dimension of these capabilities worth keeping in view.)

Key takeaways

Further reading

Sources & References