scale value fix (#1006)

This commit is contained in:
Lovemefan
2024-06-14 16:51:53 +08:00
committed by GitHub
parent dd21ebdabf
commit b1f08c0a20
3 changed files with 3 additions and 3 deletions

View File

@@ -80,7 +80,7 @@ def get_features(test_wav_filename):
samples = librosa.resample(samples, orig_sr=sample_rate, target_sr=16000)
sample_rate = 16000
samples *= 372768
samples *= 32768
opts = knf.MfccOptions()
# See https://github.com/Tele-AI/TeleSpeech-ASR/blob/master/mfcc_hires.conf