Removed test effect.

This commit is contained in:
The Wobbler 2024-12-21 21:06:10 +01:00
parent 785483f92c
commit 4918d70d53

View file

@ -18,7 +18,7 @@ class Track:
def cache(self): def cache(self):
audio = AudioSegment.from_mp3(self.path) audio = AudioSegment.from_mp3(self.path)
audio = normalize(audio) # audio = normalize(audio)
wav = audio.export(format="wav") wav = audio.export(format="wav")