2026-06-20T09:31:20.775532Z [INFO] [coord] hotkey pressed (mode=Toggle, phase=Listening)
2026-06-20T09:31:20.860231Z [INFO] [recorder] cpal Stream dropped (mic released)
2026-06-20T09:31:36.561286Z [ERROR] [coord] whisper 全局超时 15 秒
2026-06-20T09:31:36.562472Z [INFO] [coord] hotkey released (mode=Toggle, phase=Idle)
现象
我在使用 ASR 时遇到一个和长语音相关的超时问题。
背景:
openai/whisper-large-v3-turbo,短一点的语音可以正常使用,但稍微长一点就会识别超时。当前配置:
https://openrouter.ai/api/v1openai/whisper-large-v3-turbo复现现象:
whisper 全局超时 15 秒。相关日志片段:
我的疑问:
COORDINATOR_GLOBAL_TIMEOUT_SECS = 15?相关上下文:
影响
建议接受标准
max(30s, audio_seconds * factor + margin),或者至少允许长音频有更合理的总预算。TODO / 不确定项
COORDINATOR_GLOBAL_TIMEOUT_SECS = 15包住,以及是否可以复用本地 Qwen ASR 的动态 timeout 思路。