27 lines
312 B
Plaintext
27 lines
312 B
Plaintext
# Smart Speaker Dependencies
|
|
# Python 3.12.8
|
|
|
|
# Wake word detection
|
|
pvporcupine>=3.0.0
|
|
|
|
# Speech-to-Text
|
|
vosk>=0.3.45
|
|
|
|
# Audio
|
|
pyaudio>=0.2.14
|
|
sounddevice>=0.4.6
|
|
|
|
# AI API
|
|
requests>=2.31.0
|
|
|
|
# Environment
|
|
python-dotenv>=1.0.0
|
|
|
|
# TTS (Silero)
|
|
torch>=2.0.0
|
|
torchaudio>=2.0.0
|
|
omegaconf>=2.3.0
|
|
|
|
# Utils
|
|
numpy>=1.24.0
|