paper-with-me

홈 › Papers

Low-Latency Real-Time Audio Game Commentary System via LLM-Based Parallel Text Generation

2026-06-11 · Ryota Kawamatsu, Anum Afzal, Yuki Saito, Shinnosuke Takamichi, Graham Neubig, Katsuhito Sudoh, Hiroya Takamura, Tatsuya Ishigaki arxiv

We present a low-latency real-time audio game commentary system that generates spoken commentary directly from live gameplay video. In this end-to-end setting, a key bottleneck is accumulated waiting time; conventional pipelines capture frames, generate text, and synthesize speech sequentially for each utterance, and do not request the next generation until speech playback has completed. This strict sequentiality causes long and unnatural silence between utterances. To address this latency bottleneck, our system runs text generation in parallel with speech playback and buffers multiple candidate utterances ahead of time, enabling immediate synthesis at playback boundaries. Experiments on fast-paced game videos show that our parallel design reduces the mean inter-utterance silence from 9.6 seconds to 0.3 seconds compared to sequential baselines. It also improves similarity to professional speaking--silence timing patterns by over 40 %, and a user study with 120 experienced game players confirms significantly improved perceived speaking rhythm. Our demo video is available at: https://youtu.be/pmrRUlvav8M.

📄 PDF Abstract BibTeX arXiv:2606.13322

Code (0)

등록된 구현이 없습니다.

Tasks

Text Generation

Similar Papers 제목 키워드 기반

Game-MUG: Multimodal Oriented Game Situation Understanding and Commentary Generation Dataset

2024-04-30 · Zhihao Zhang, Feiqi Cao, Yingbin Mo, Yiran Zhang 외

The dynamic nature of esports makes the situation relatively complicated for average viewers. Esports broadcasting involves game expert casters, but the caster-dependent game commentary is not enough to fully understand …

Time Series

Fighting Game Commentator with Pitch and Loudness Adjustment Utilizing Highlight Cues

2021-08-18 · Junjie H. Xu, Zhou Fang, Qihang Chen, Satoru Ohno 외

This paper presents a commentator for providing real-time game commentary in a fighting game. The commentary takes into account highlight cues, obtained by analyzing scenes during gameplay, as input to adjust the pitch a…

text-to-speechText to Speech

MCS: An In-battle Commentary System for MOBA Games

2022-10-01 · COLING 2022 10 · Xiaofeng Qi, Chao Li, Zhongping Liang, Jigang Liu 외

This paper introduces a generative system for in-battle real-time commentary in mobile MOBA games. Event commentary is important for battles in MOBA games, which is applicable to a wide range of scenarios like live strea…

Towards Automatic Soccer Commentary Generation with Knowledge-Enhanced Visual Reasoning

2026-03-31 · Zeyu Jin, Xiaoyu Qin, Songtao Zhou, Kaifeng Yun 외 arxiv

Soccer commentary plays a crucial role in enhancing the soccer game viewing experience for audiences. Previous studies in automatic soccer commentary generation typically adopt an end-to-end method to generate anonymous …

Visual Reasoning

Real-Time Generation of Game Video Commentary with Multimodal LLMs: Pause-Aware Decoding Approaches

2026-03-03 · Anum Afzal, Yuki Saito, Hiroya Takamura, Katsuhito Sudoh 외 arxiv

Real-time video commentary generation provides textual descriptions of ongoing events in videos. It supports accessibility and engagement in domains such as sports, esports, and livestreaming. Commentary generation invol…