# RNN-Transducer

> Source: https://sukruyusufkaya.com/en/glossary/recurrent-neural-network-transducer
> Updated: 2026-05-13T21:07:15.233Z
> Type: glossary
> Category: ses-konusma-audio-ai
**TLDR:** An end-to-end ASR architecture that provides a strong balance between low latency and accuracy in streaming speech recognition.

<p>RNN-Transducer is a strong end-to-end architecture that has become widely adopted in real-time speech recognition systems. By jointly modeling acoustic time and output sequence structure, it offers more flexible alignment behavior than CTC. It provides important advantages for low-latency assistants, call-center solutions, and on-device speech interfaces. It is one of the core reference designs in modern streaming ASR.</p>