From cdf7a9a1f348a4bcb6b50d1f612c09d0a448face Mon Sep 17 00:00:00 2001 From: Apher Date: Tue, 7 Jul 2026 06:43:58 +0000 Subject: [PATCH] Add vosk to requirements for py --- src/scripts/py/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/scripts/py/requirements.txt b/src/scripts/py/requirements.txt index b787d28..847d3c7 100644 --- a/src/scripts/py/requirements.txt +++ b/src/scripts/py/requirements.txt @@ -1,4 +1,5 @@ openwakeword onnxruntime numpy -pyaudio \ No newline at end of file +pyaudio +vosk \ No newline at end of file