update:开启唤醒词加速 (#486)

This commit is contained in:
hrz
2025-03-23 22:02:13 +08:00
committed by GitHub
parent 19455f89d3
commit 004ee6f143
8 changed files with 72 additions and 5 deletions
@@ -36,7 +36,7 @@ class TTSProviderBase(ABC):
return tmp_file
except Exception as e:
logger.bind(tag=TAG).info(f"Failed to generate TTS file: {e}")
logger.bind(tag=TAG).error(f"Failed to generate TTS file: {e}")
return None
@abstractmethod