Update README.md
Browse files
README.md
CHANGED
|
@@ -41,7 +41,8 @@ N blocks of convolutional neural networks with normalization 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 |
-
|
|
|
|
| 45 |
## Install SpeechBrain
|
| 46 |
|
| 47 |
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 |
## Install SpeechBrain
|
| 47 |
|
| 48 |
First of all, please install SpeechBrain with the following command:
|