Apply Code Formatter Change

This commit is contained in:
Tps-F
2023-08-19 10:17:30 +00:00
committed by github-actions[bot]
parent b562b12cb9
commit 43d109e9c4
2 changed files with 33 additions and 7 deletions

View File

@@ -239,7 +239,10 @@ def vc_single(
times[0],
times[1],
times[2],
), (resample_sr if resample_sr >= 16000 and tgt_sr != resample_sr else tgt_sr, audio_opt)
), (
resample_sr if resample_sr >= 16000 and tgt_sr != resample_sr else tgt_sr,
audio_opt,
)
except:
info = traceback.format_exc()
print(info)