Mirco commited on
Commit
5eef440
1 Parent(s): f67cee8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -40,6 +40,9 @@ N blocks of convolutional neural networks with normalization and pooling on the
40
  frequency domain. Then, a bidirectional LSTM is connected to a final DNN to obtain
41
  the final acoustic representation that is given to the CTC and attention decoders.
42
 
 
 
 
43
  ## Install SpeechBrain
44
 
45
  First of all, please install SpeechBrain with the following command:
 
40
  frequency domain. Then, a bidirectional LSTM is connected to a final DNN to obtain
41
  the final acoustic representation that is given to the CTC and attention decoders.
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
 
48
  First of all, please install SpeechBrain with the following command: