tsurumeso / vocal-remover

Vocal Remover using Deep Neural Networks
MIT License
1.55k stars 222 forks source link

Add output argument #100

Closed averwhy closed 2 years ago

averwhy commented 2 years ago

Quickly modified inference.py to support a specification of an output argument. If an argument is specified, it checks if the output folder exists and creates one if not. e.g:

inference.py --input song.mp3 --output_dir results

would create a folder named results (if it was not already existing) and put the resulting separated audio files into there.

Tested & working:

tsurumeso commented 2 years ago

Thanks for your contribution! Please check the comments.

averwhy commented 2 years ago

Sorry, which comments?

tsurumeso commented 2 years ago

This is it.
comments

averwhy commented 2 years ago

Oh strange, i cant see that on my screen. I will make those changes though.

averwhy commented 2 years ago

These changes are working.

tsurumeso commented 2 years ago

LGTM!