feat: 升级到 playsound3 以替代问题频出的 playsound

This commit is contained in:
2026-05-04 14:22:45 +08:00
parent ca86b2d8e9
commit 03300f0b18
6 changed files with 13 additions and 19 deletions

View File

@@ -30,10 +30,7 @@ tts-edgetts = [
"edge-tts>=7.2.8", # 微软 TTS
]
llm = ["openai>=2.32.0"]
audio-playsound = [
"playsound3==3.3.1",
#"pygobject>=3.56.2", # playsound 依赖它
]
audio-playsound = ["playsound3>=3.3.1"]
dev = [ # 调试所需依赖
"zmq>=0.0.0", # 用于 ZMQ 远程调试服务器, 在 linux 上建议先安装 libzmq
"pytest>=8.0.0", # 用于普通测试