Mirco commited on
Commit
d9760a0
1 Parent(s): 1c858d6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -41,6 +41,9 @@ N blocks of convolutional neural networks with normalisation and pooling on the
41
  frequency domain. Then, a bidirectional LSTM is connected to a final DNN to obtain
42
  the final acoustic representation that is given to the CTC and attention decoders.
43
 
 
 
 
44
  ## Install SpeechBrain
45
 
46
  First of all, please install SpeechBrain with the following command:
 
41
  frequency domain. Then, a bidirectional LSTM is connected to a final DNN to obtain
42
  the final acoustic representation that is given to the CTC and attention decoders.
43
 
44
+ The system is trained with recordings sampled at 16kHz (single channel).
45
+ The code will automatically normalize your audio (i.e., resampling + mono channel selection) when calling *transcribe_file* if needed.
46
+
47
  ## Install SpeechBrain
48
 
49
  First of all, please install SpeechBrain with the following command: