fix reformat cmd (#917)

Co-authored-by: starylan <starylan@outlook.com>
This commit is contained in:
SapphireLab 2024-04-03 17:42:42 +08:00 committed by GitHub
parent 1fca6b283c
commit 8582131bd8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -73,8 +73,7 @@ def uvr(model_name, inp_root, save_root_vocal, paths, save_root_ins, agg, format
os.path.basename(inp_path),
)
os.system(
"ffmpeg -i %s -vn -acodec pcm_s16le -ac 2 -ar 44100 %s -y"
% (inp_path, tmp_path)
f'ffmpeg -i "{inp_path}" -vn -acodec pcm_s16le -ac 2 -ar 44100 "{tmp_path}" -y'
)
inp_path = tmp_path
try: