Printing fix with flush and spaceing

This commit is contained in:
Eren G
2018-07-30 13:52:39 +02:00
parent 8864252941
commit 8bc4fe8aac
2 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -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)