[add] Speech to text feature.

This commit is contained in:
2026-04-05 16:07:03 +02:00
parent 049d4f2a18
commit 81e9760e5c
7 changed files with 213 additions and 4 deletions
+2
View File
@@ -6,6 +6,8 @@ readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"piper-tts>=1.2.0",
"vosk>=0.3.45",
"pyaudio>=0.2.14",
]
[build-system]