mirror of
https://github.com/wassname/TTS.git
synced 2026-09-11 12:00:24 +08:00
Printing fix with flush and spaceing
This commit is contained in:
+1
-1
@@ -105,4 +105,4 @@ class AudioProcessor(object):
|
||||
else:
|
||||
D = self._lws_processor().stft(y).T
|
||||
S = self._amp_to_db(self._linear_to_mel(np.abs(D))) - self.ref_level_db
|
||||
return self._normalize(S)
|
||||
return self._normalize(S)
|
||||
Reference in New Issue
Block a user