Temporal change of interface 1e5dc41
Omar Sanseviero commited on
How to use speechbrain/spkrec-xvect-voxceleb with speechbrain:
from speechbrain.pretrained import EncoderClassifier
model = EncoderClassifier.from_hparams(
"speechbrain/spkrec-xvect-voxceleb"
)
model.classify_file("file.wav")