mirror of
https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI.git
synced 2026-06-07 02:00:25 +08:00
optimize(f0): move fcpe into rvc.f0
This commit is contained in:
4
web.py
4
web.py
@@ -861,9 +861,7 @@ with gr.Blocks(title="RVC WebUI") as app:
|
||||
"Select the pitch extraction algorithm ('pm': faster extraction but lower-quality speech; 'harvest': better bass but extremely slow; 'crepe': better quality but GPU intensive), 'rmvpe': best quality, and little GPU requirement"
|
||||
),
|
||||
choices=(
|
||||
["pm", "dio", "harvest", "rmvpe"]
|
||||
if config.dml
|
||||
else ["pm", "dio", "harvest", "crepe", "rmvpe"]
|
||||
["pm", "dio", "harvest", "crepe", "rmvpe", "fcpe"]
|
||||
),
|
||||
value="rmvpe",
|
||||
interactive=True,
|
||||
|
||||
Reference in New Issue
Block a user