mirror of
https://github.com/YuzuZensai/spleeter.git
synced 2026-01-06 04:32:43 +00:00
Added missing argument in eval command
This commit is contained in:
@@ -76,7 +76,8 @@ def _separate_evaluation_dataset(arguments, musdb_root_directory, params):
|
||||
offset=0.,
|
||||
bitrate='128k',
|
||||
MWF=arguments.MWF,
|
||||
verbose=arguments.verbose),
|
||||
verbose=arguments.verbose,
|
||||
stft_backend="auto"),
|
||||
params)
|
||||
return audio_output_directory
|
||||
|
||||
|
||||
Reference in New Issue
Block a user