Update README.md
Browse files
README.md
CHANGED
@@ -39,6 +39,10 @@ the train transcriptions of KsponSpeech.
|
|
39 |
- Neural language model (Transformer LM) trained on the train transcriptions of KsponSpeech
|
40 |
- Acoustic model made of a conformer encoder and a joint decoder with CTC +
|
41 |
transformer. Hence, the decoding also incorporates the CTC probabilities.
|
|
|
|
|
|
|
|
|
42 |
## Install SpeechBrain
|
43 |
First of all, please install SpeechBrain with the following command:
|
44 |
|
|
|
39 |
- Neural language model (Transformer LM) trained on the train transcriptions of KsponSpeech
|
40 |
- Acoustic model made of a conformer 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 |
First of all, please install SpeechBrain with the following command:
|
48 |
|