Skip to content

Commit

Permalink
make sure silero vad is correct version
Browse files Browse the repository at this point in the history
  • Loading branch information
AIWintermuteAI committed Dec 18, 2024
1 parent 6f4f750 commit 7f326bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion whisper_live/vad.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def audio_forward(self, x, sr: int, num_samples: int = 512):
return stacked.cpu()

@staticmethod
def download(model_url="https://github.com/snakers4/silero-vad/raw/master/files/silero_vad.onnx"):
def download(model_url="https://github.com/snakers4/silero-vad/raw/b4b6f2ab3e3511f41d03e719b9b3d719b6fd6d32/files/silero_vad.onnx"):
target_dir = os.path.expanduser("~/.cache/whisper-live/")

# Ensure the target directory exists
Expand Down

0 comments on commit 7f326bd

Please sign in to comment.