Spaces:
Sleeping
Sleeping
helloWorld199
commited on
Commit
•
dcaea67
1
Parent(s):
69a5bb6
Update src/main.py
Browse files- src/main.py +1 -1
src/main.py
CHANGED
@@ -237,7 +237,7 @@ def combine_audio(audio_paths, output_path, main_gain, backup_gain, inst_gain, o
|
|
237 |
# backup vocals are the backup vocals to be added at the end
|
238 |
def song_cover_pipeline(main_vocals, backup_vocals, voice_model, pitch_change, keep_files,
|
239 |
is_webui=0, main_gain=0, backup_gain=0, inst_gain=0, index_rate=0.5, filter_radius=3,
|
240 |
-
rms_mix_rate=
|
241 |
reverb_rm_size=0.15, reverb_wet=0.2, reverb_dry=0.8, reverb_damping=0.7, output_format='mp3',
|
242 |
progress=gr.Progress()):
|
243 |
try:
|
|
|
237 |
# backup vocals are the backup vocals to be added at the end
|
238 |
def song_cover_pipeline(main_vocals, backup_vocals, voice_model, pitch_change, keep_files,
|
239 |
is_webui=0, main_gain=0, backup_gain=0, inst_gain=0, index_rate=0.5, filter_radius=3,
|
240 |
+
rms_mix_rate=1, f0_method='rmvpe', crepe_hop_length=128, protect=0.33, pitch_change_all=0,
|
241 |
reverb_rm_size=0.15, reverb_wet=0.2, reverb_dry=0.8, reverb_damping=0.7, output_format='mp3',
|
242 |
progress=gr.Progress()):
|
243 |
try:
|