AI RESEARCH
Streaming Speech-to-Text Translation with a SpeechLLM
arXiv CS.CL
•
ArXi:2605.14766v1 Announce Type: new Normally, a system that translates speech into text consists of separate modules for speech recognition and text-to-text translation. Combining those tasks into a SpeechLLM promises to exploit paralinguistic information in the speech and to reduce cascaded errors. But existing SpeechLLM systems are slow since they do not work in a real streaming fashion: they wait for a complete utterance of audio before outputting a translation, or output tokens at fixed intervals, which is not suitable for real applications.