Mirco commited on
Commit
3eb53d5
1 Parent(s): d73b65f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -44,6 +44,9 @@ transformer. Hence, the decoding also incorporates the CTC probabilities.
44
 
45
  To Train this system from scratch, [see our SpeechBrain recipe](https://github.com/speechbrain/speechbrain/tree/develop/recipes/AISHELL-1).
46
 
 
 
 
47
 
48
  ## Install SpeechBrain
49
 
44
 
45
  To Train this system from scratch, [see our SpeechBrain recipe](https://github.com/speechbrain/speechbrain/tree/develop/recipes/AISHELL-1).
46
 
47
+ The system is trained with recordings sampled at 16kHz (single channel).
48
+ The code will automatically normalize your audio (i.e., resampling + mono channel selection) when calling *transcribe_file* if needed.
49
+
50
 
51
  ## Install SpeechBrain
52