Mirco commited on
Commit
54aa45f
1 Parent(s): dc3ff00

Update README.md

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