23 lines
321 B
Plaintext
23 lines
321 B
Plaintext
# HeadMic - Vixy's Ears
|
|
# For Raspberry Pi 5 (head-vixy)
|
|
|
|
# Web framework
|
|
fastapi>=0.104.0
|
|
uvicorn>=0.24.0
|
|
|
|
# Audio
|
|
pyaudio>=0.2.13
|
|
webrtcvad>=2.0.10
|
|
|
|
# Wake word detection
|
|
pvporcupine>=3.0.0
|
|
|
|
# HTTP client for EarTail
|
|
httpx>=0.25.0
|
|
|
|
# XVF3800 USB control (DoA + LEDs)
|
|
pyusb>=1.2.0
|
|
|
|
# Pydantic for models
|
|
pydantic>=2.0.0
|