Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion install/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

# Audio I/O for g1_speech (microphone capture, file I/O)
sounddevice>=0.4.6
soundfile>=0.12
soundfile>=0.13.1

# ONNX runtime for the Silero VAD model. Swap for onnxruntime-gpu
# on the 4090 if you want CUDA — ~10x faster on long streams.
Expand Down
Loading