STT experiments, implements both vosx and whisper; whisper is too slow (cpu heavy) vosx has low acc; bigger vosx needs too much storage.

This commit is contained in:
2026-05-28 10:12:51 +02:00
parent d1471fae79
commit 53fd074d22
5 changed files with 759 additions and 3 deletions
+3 -1
View File
@@ -19,7 +19,9 @@ dependencies = [
"smbus2 (>=0.5.0,<0.6.0)",
"samplerate (>=0.2.2,<0.3.0)",
"rpi-gpio (>=0.7.1,<0.8.0)",
"pyalsaaudio @ git+ssh://git@gitea.summitwave.work:222/auracaster/sw_pyalsaaudio.git@b3d11582e03df6929b2e7acbaa1306afc7b8a6bc"
"pyalsaaudio @ git+ssh://git@gitea.summitwave.work:222/auracaster/sw_pyalsaaudio.git@b3d11582e03df6929b2e7acbaa1306afc7b8a6bc",
"vosk (>=0.3.45)",
"faster-whisper (>=1.0.0)"
]
[project.optional-dependencies]