Mirco commited on
Commit
2384ca8
1 Parent(s): 20fac9b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -36,8 +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
- 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
 
 
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 is trained with recordings sampled at 16kHz (single channel).
40
+ The code will automatically normalize your audio (i.e., resampling + mono channel selection) when calling *classify_file* if needed.
41
+
42
 
43
  ## Install SpeechBrain
44