From abff17d97a9ed652345066933d34b39d9f5e6afa Mon Sep 17 00:00:00 2001 From: zr_jin Date: Mon, 4 Nov 2024 14:44:33 +0800 Subject: [PATCH] Update fbank.py --- egs/ljspeech/TTS/matcha/fbank.py | 1 - 1 file changed, 1 deletion(-) diff --git a/egs/ljspeech/TTS/matcha/fbank.py b/egs/ljspeech/TTS/matcha/fbank.py index e6c07f0ea..d729fa425 100644 --- a/egs/ljspeech/TTS/matcha/fbank.py +++ b/egs/ljspeech/TTS/matcha/fbank.py @@ -86,4 +86,3 @@ class MatchaFbank(FeatureExtractor): @property def frame_shift(self) -> Seconds: return self.config.hop_length / self.config.sampling_rate -