Update README.md
Browse files
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 |
|