mirror of
https://github.com/Mangio621/Mangio-RVC-Fork.git
synced 2025-12-15 19:17:41 +01:00
Finalized Realtime GUI.py f0 methods. Supports crepe and crepe tiny now instead of just harvest. Looking to add more soon :)
This commit is contained in:
12
gui.py
12
gui.py
@@ -331,6 +331,14 @@ class GUI:
|
||||
input_devices, output_devices, _, _ = self.get_devices()
|
||||
layout = [
|
||||
[
|
||||
sg.Frame(
|
||||
title="Proudly forked by Mangio621",
|
||||
layout=[
|
||||
[
|
||||
sg.Image('./mangio_utils/lol.png')
|
||||
]
|
||||
]
|
||||
),
|
||||
sg.Frame(
|
||||
title=i18n("加载模型"),
|
||||
layout=[
|
||||
@@ -389,8 +397,8 @@ class GUI:
|
||||
layout=[
|
||||
[
|
||||
sg.Radio("Harvest", "f0_method", key="harvest", default=True),
|
||||
sg.Radio("Reg Crepe", "f0_method", key="reg-crepe"),
|
||||
sg.Radio("Reg Crepe Tiny", "f0_method", key="reg-crepe-tiny"),
|
||||
sg.Radio("Crepe", "f0_method", key="reg-crepe"),
|
||||
sg.Radio("Crepe Tiny", "f0_method", key="reg-crepe-tiny"),
|
||||
]
|
||||
],
|
||||
title="Select an f0 Method",
|
||||
|
||||
BIN
mangio_utils/lol.png
Normal file
BIN
mangio_utils/lol.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 42 KiB |
Reference in New Issue
Block a user