voice-changer/client/demo/public/assets/gui_settings/RVC.json

31 lines
860 B
JSON
Raw Normal View History

2023-04-05 20:31:10 +03:00
{
"type": "demo",
"id": "RVC",
"front": {
2023-06-10 07:01:46 +03:00
"modelSlotControl": [
2023-04-07 08:07:03 +03:00
{
2023-06-10 07:01:46 +03:00
"name": "headerArea",
"options": {
"mainTitle": "Realtime Voice Changer Client",
"subTitle": "for RVC"
}
2023-04-07 08:07:03 +03:00
},
{
2023-06-09 13:57:08 +03:00
"name": "modelSlotArea",
2023-04-07 08:07:03 +03:00
"options": {}
2023-04-07 22:39:04 +03:00
},
{
2023-06-09 13:57:08 +03:00
"name": "characterArea",
2023-04-07 22:39:04 +03:00
"options": {}
2023-04-19 01:57:19 +03:00
},
{
2023-06-09 13:57:08 +03:00
"name": "configArea",
"options": {
"detectors": ["dio", "harvest", "crepe"],
"inputChunkNums": [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]
}
2023-04-07 08:07:03 +03:00
}
]
2023-04-05 20:31:10 +03:00
}
}