voice-changer/client/demo/dist/assets/gui_settings/GUI.json

31 lines
929 B
JSON
Raw Normal View History

2023-06-24 03:52:21 +03:00
{
"type": "demo",
"id": "RVC",
"front": {
"modelSlotControl": [
{
"name": "headerArea",
"options": {
"mainTitle": "Realtime Voice Changer Client",
2023-06-25 12:02:43 +03:00
"subTitle": ""
2023-06-24 03:52:21 +03:00
}
},
{
"name": "modelSlotArea",
"options": {}
},
{
"name": "characterArea",
"options": {}
},
{
"name": "configArea",
"options": {
2023-08-26 07:48:03 +03:00
"detectors": ["dio", "harvest", "crepe", "crepe_full", "crepe_tiny", "rmvpe", "rmvpe_onnx"],
2023-11-03 04:17:45 +03:00
"inputChunkNums": [1, 2, 8, 16, 24, 32, 40, 48, 64, 80, 96, 112, 128, 192, 256, 320, 384, 448, 512, 576, 640, 704, 768, 832, 896, 960, 1024, 2048, 4096, 8192, 16384]
2023-06-24 03:52:21 +03:00
}
}
]
}
}