From b261a84b75a9d5ff285d2a8a40c2359af536f5b7 Mon Sep 17 00:00:00 2001 From: Politrees <143968312+Bebra777228@users.noreply.github.com> Date: Tue, 6 Aug 2024 01:54:25 +0500 Subject: [PATCH] Update rvc_cli.py --- rvc_cli.py | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/rvc_cli.py b/rvc_cli.py index 71ff72ce..82988333 100644 --- a/rvc_cli.py +++ b/rvc_cli.py @@ -30,13 +30,13 @@ args.song_input, rvc_dirname, args.pitch, - index_rate=args.index_rate, - filter_radius=args.filter_radius, - volume_envelope=args.volume_envelope, - f0_method=args.method, - hop_length=args.hop_length, - protect=args.protect, - f0autotune=args.autotune, - output_format=args.format + args.index_rate, + args.filter_radius, + args.volume_envelope, + args.method, + args.hop_length, + args.protect, + args.autotune, + args.format ) print(f'\033[1;92m\nГолос успешно заменен!\033[0m')