DesignLex
/人机交互/Text-to-Speech (TTS)
论文入门

Text-to-Speech (TTS)

文本转语音(Text-to-Speech, TTS),将书面文字转换为语音输出的技术,常见于无障碍场景(屏幕阅读器)和语音用户界面,让用户以听觉方式接收信息。

English Definition

"Technology that converts written text into spoken voice output, commonly used in accessibility (screen readers) and voice user interfaces to deliver information to users auditorily."

用法说明 · 针对中文母语者

中文常简称 TTS。与 STT(Speech-to-Text)配对使用。设计 TTS 输出时需要考虑语速、断句、口语化,避免朗读 URL、生硬标点。

真实用例 · 1

"We employed Operator, a CUA model released by OpenAI [75] in January 2025, and implemented a Text-to-Speech (TTS) module to automatically detect and vocalize the model's responses."

论文Pipeline extracted — review needed·方法部分说明实验使用 TTS 模块将 CUA 输出转为语音
由 pipeline 自动采集,待人工 review