Home Knowledge Base Speech Language Models

Speech Language Models are the foundation models that process and generate speech directly as a native modality — either by tokenizing audio into discrete units that language models can process alongside text, or by operating on continuous audio representations, enabling unified models that can transcribe, translate, converse, and generate speech in a single architecture rather than cascading separate ASR → LLM → TTS systems.

Evolution of Speech AI

Era 1 (pre-2020): Separate ASR → NLU → TTS pipeline
  [Audio] → [ASR: DeepSpeech/wav2vec] → [Text] → [NLU] → [Text] → [TTS] → [Audio]
  Problem: Error propagation, high latency, loses prosody/emotion

Era 2 (2023+): Speech Language Models
  [Audio] → [Speech LM] → [Audio + Text]
  Unified model handles everything end-to-end

Key Systems

ModelDeveloperApproachCapability
WhisperOpenAIEncoder-decoder, continuousTranscription, translation
AudioPaLMGoogleDiscrete audio tokens + LLMSpeech-to-speech translation
VALL-EMicrosoftNeural codec LMVoice cloning from 3s sample
SpeechGPTFudanDiscrete speech tokensSpoken dialogue
MoshiKyutaiFull-duplex streamingReal-time spoken conversation
GPT-4oOpenAINative audio modalityMultimodal conversation

Audio Tokenization Approaches

ApproachMethodTokens/secQuality
Continuous (Whisper)Mel spectrogram → encoderN/A (continuous)High
Semantic tokens (HuBERT)Self-supervised clustering25-50Good meaning, poor quality
Acoustic tokens (EnCodec)Neural audio codec (VQ-VAE)75-150High quality
HybridSemantic + acoustic tokens100-200Best of both

Whisper Architecture

[Audio waveform] → [Mel spectrogram] → [Transformer Encoder]
                                              ↓
                                    [Transformer Decoder] → [Text tokens]

Neural Codec Language Models (VALL-E)

Full-Duplex Speech AI

Training Data Scale

ModelTraining DataLanguages
Whisper680K hours99 languages
SeamlessM4T1M+ hours100+ languages
AudioPaLMPaLM text + audioMultilingual
VALL-E60K hours (LibriLight)English

Speech language models are the technology that will make AI conversational interfaces indistinguishable from human interaction — by processing speech as a native modality rather than converting to text as an intermediate step, these models preserve the full richness of spoken communication including tone, emotion, and timing, enabling real-time AI assistants that can truly converse rather than merely chat.

speech language modelaudio language modelaudiopalmwhisperspeech ai foundation

Explore 500+ Semiconductor & AI Topics

From EUV lithography to CUDA optimization — search the full knowledge base or chat with our AI assistant.