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 -