Spaces:
Runtime error
Runtime error
Update mixing_style_transfer/mixing_manipulator/utils_data_normalization.py
Browse files
mixing_style_transfer/mixing_manipulator/utils_data_normalization.py
CHANGED
|
@@ -94,7 +94,7 @@ def get_eq_matching(audio_t, ref_spec, sr=44100, n_fft=65536, hop_length=16384,
|
|
| 94 |
frq/np.max(frq),
|
| 95 |
diff_eq,
|
| 96 |
nfreqs=None, window='hamming',
|
| 97 |
-
|
| 98 |
|
| 99 |
|
| 100 |
output = scipy.signal.filtfilt(diff_filter, 1, audio_t,
|
|
|
|
| 94 |
frq/np.max(frq),
|
| 95 |
diff_eq,
|
| 96 |
nfreqs=None, window='hamming',
|
| 97 |
+
antisymmetric=False)
|
| 98 |
|
| 99 |
|
| 100 |
output = scipy.signal.filtfilt(diff_filter, 1, audio_t,
|