Update VocalRemover.py

This commit is contained in:
Anjok07 2020-11-23 01:52:43 -06:00 committed by GitHub
parent 4619778c93
commit 574632d495

View File

@ -48,7 +48,7 @@ DEFAULT_DATA = {
'output_image': False,
'sr': 44100,
'hop_length': 1024,
'window_size': 512,
'window_size': 320,
'n_fft': 2048,
'stack': False,
'stackPasses': 1,