update:增加了智控台的sql语句,优化了部分配置

This commit is contained in:
CGD
2025-07-07 15:29:13 +08:00
parent 039badd265
commit 155ba92ba6
6 changed files with 107 additions and 9 deletions
@@ -123,7 +123,7 @@ class ASRProvider(ASRProviderBase):
conn.asr_audio.append(audio)
conn.asr_audio = conn.asr_audio[-10:]
# 参考豆包ASR只在有声音且没有连接时建立连接
# 只在有声音且没有连接时建立连接
if audio_have_voice and not self.is_processing:
try:
await self._start_recognition(conn)