Mirco commited on
Commit
20fac9b
1 Parent(s): 249d665

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -36,6 +36,9 @@ For a better experience, we encourage you to learn more about
36
 
37
  This system is composed of an wav2vec2 model. It is a combination of convolutional and residual blocks. The embeddings are extracted using attentive statistical pooling. The system is trained with Additive Margin Softmax Loss. Speaker Verification is performed using cosine distance between speaker embeddings.
38
 
 
 
 
39
  ## Install SpeechBrain
40
 
41
  First of all, please install the **development** version of SpeechBrain with the following command:
 
36
 
37
  This system is composed of an wav2vec2 model. It is a combination of convolutional and residual blocks. The embeddings are extracted using attentive statistical pooling. The system is trained with Additive Margin Softmax Loss. Speaker Verification is performed using cosine distance between speaker embeddings.
38
 
39
+ The system expects input recordings sampled at 16kHz (single channel).
40
+ If your signal has a different sample rate, resample it (e.g, using torchaudio or sox) before using the interface.
41
+
42
  ## Install SpeechBrain
43
 
44
  First of all, please install the **development** version of SpeechBrain with the following command: