Mirco commited on
Commit
3609bd5
1 Parent(s): 8522c7a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -40,6 +40,8 @@ the train transcriptions of LibriSpeech.
40
  - Acoustic model made of a transformer encoder and a joint decoder with CTC +
41
  transformer. Hence, the decoding also incorporates the CTC probabilities.
42
 
 
 
43
 
44
  ## Install SpeechBrain
45
 
40
  - Acoustic model made of a transformer encoder and a joint decoder with CTC +
41
  transformer. Hence, the decoding also incorporates the CTC probabilities.
42
 
43
+ The system is trained with recordings sampled at 16kHz (single channel).
44
+ The code will automatically normalize your audio (i.e., resampling + mono channel selection) when calling *transcribe_file* if needed.
45
 
46
  ## Install SpeechBrain
47