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:
Mangio621
2023-06-17 23:42:16 +10:00
parent c0a1dc2ab7
commit 4f8e1bb336
2 changed files with 10 additions and 2 deletions

12
gui.py
View File

@@ -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

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB