游雁
2024-05-16 a974a44fcd101099629beba58c15c35b894794af
docs
1个文件已修改
2 ■■■ 已修改文件
funasr/frontends/whisper_frontend.py 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
funasr/frontends/whisper_frontend.py
@@ -33,7 +33,7 @@
        self.win_length = N_FFT
        self.hop_length = HOP_LENGTH
        self.pad_samples = N_SAMPLES
        self.frame_shift = self.hop_length
        self.frame_shift = int(self.hop_length / self.fs * 1000)
        self.lfr_n = 1
        self.n_mels = n_mels
        if whisper_model == "large-v3" or whisper_model == "large":