speechbrainteam
commited on
Commit
•
f475678
1
Parent(s):
6533e1d
Update README.md
Browse files
README.md
CHANGED
@@ -75,7 +75,7 @@ Please notice that we encourage you to read our tutorials and learn more about
|
|
75 |
from speechbrain.pretrained import VAD
|
76 |
|
77 |
VAD = VAD.from_hparams(source="speechbrain/vad-crdnn-libriparty", savedir="pretrained_models/vad-crdnn-libriparty")
|
78 |
-
boundaries = VAD.get_speech_segments("speechbrain/vad-crdnn-libriparty/
|
79 |
|
80 |
# Print the output
|
81 |
VAD.save_boundaries(boundaries)
|
|
|
75 |
from speechbrain.pretrained import VAD
|
76 |
|
77 |
VAD = VAD.from_hparams(source="speechbrain/vad-crdnn-libriparty", savedir="pretrained_models/vad-crdnn-libriparty")
|
78 |
+
boundaries = VAD.get_speech_segments("speechbrain/vad-crdnn-libriparty/example_vad.wav")
|
79 |
|
80 |
# Print the output
|
81 |
VAD.save_boundaries(boundaries)
|