[依赖、模型和配置]:完成本地语音模型准备,包含.env配置、模型下载脚本和model-check

This commit is contained in:
mkbk
2026-06-17 19:34:29 +08:00
parent 40510325d9
commit e877cca00f
10 changed files with 323 additions and 7 deletions
+2 -1
View File
@@ -13,7 +13,8 @@ authors = [{ name = "mkbk" }]
dependencies = []
[project.optional-dependencies]
audio = ["sounddevice>=0.4.7"]
audio = ["numpy>=1.26", "sounddevice>=0.4.7"]
speech = ["numpy>=1.26", "sounddevice>=0.4.7", "sherpa-onnx>=1.13.3"]
ui = ["PySide6>=6.7"]
test = []