Migrate to Deepgram STT, Silero v5 TTS, and fix wake word mic handling
This commit is contained in:
@@ -1,15 +1,32 @@
|
||||
aenum==3.1.16
|
||||
aiofiles==25.1.0
|
||||
aiohappyeyeballs==2.6.1
|
||||
aiohttp==3.13.3
|
||||
aiosignal==1.4.0
|
||||
antlr4-python3-runtime==4.9.3
|
||||
anyio==4.12.1
|
||||
attrs==25.4.0
|
||||
certifi==2025.11.12
|
||||
cffi==2.0.0
|
||||
charset-normalizer==3.4.4
|
||||
dataclasses-json==0.6.7
|
||||
DAWG2-Python==0.9.0
|
||||
deepgram-sdk==3.11.0
|
||||
deprecation==2.1.0
|
||||
docopt==0.6.2
|
||||
filelock==3.20.1
|
||||
frozenlist==1.8.0
|
||||
fsspec==2025.12.0
|
||||
h11==0.16.0
|
||||
httpcore==1.0.9
|
||||
httpx==0.28.1
|
||||
idna==3.11
|
||||
Jinja2==3.1.6
|
||||
MarkupSafe==3.0.3
|
||||
marshmallow==3.26.2
|
||||
mpmath==1.3.0
|
||||
multidict==6.7.0
|
||||
mypy_extensions==1.1.0
|
||||
networkx==3.6.1
|
||||
num2words==0.5.14
|
||||
numpy==2.4.0
|
||||
@@ -29,6 +46,8 @@ nvidia-nvjitlink-cu12==12.8.93
|
||||
nvidia-nvshmem-cu12==3.3.20
|
||||
nvidia-nvtx-cu12==12.8.90
|
||||
omegaconf==2.3.0
|
||||
packaging==25.0
|
||||
propcache==0.4.1
|
||||
pvporcupine==4.0.1
|
||||
PyAudio==0.2.14
|
||||
pycparser==2.23
|
||||
@@ -46,7 +65,9 @@ torch==2.9.1
|
||||
torchaudio==2.9.1
|
||||
tqdm==4.67.1
|
||||
triton==3.5.1
|
||||
typing-inspect==0.9.0
|
||||
typing_extensions==4.15.0
|
||||
urllib3==2.6.2
|
||||
vosk==0.3.45
|
||||
websockets==15.0.1
|
||||
yarl==1.22.0
|
||||
|
||||
Reference in New Issue
Block a user