This commit is contained in:
litagin02
2024-01-04 20:25:45 +09:00
parent c7571a7c39
commit ffe69f0da3
11 changed files with 144 additions and 198 deletions

View File

@@ -14,6 +14,7 @@ vad_model, utils = torch.hub.load(
repo_or_dir="snakers4/silero-vad",
model="silero_vad",
onnx=True,
trust_repo=True,
)
(get_speech_timestamps, _, read_audio, *_) = utils