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

53 lines
1.4 KiB
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
"title": [],
2023-06-09 13:57:08 +03:00
"serverControl": [],
"modelSetting": [],
2023-06-10 07:01:46 +03:00
"lab": [],
2023-05-06 22:18:18 +03:00
2023-06-09 13:57:08 +03:00
"deviceSetting": [],
"qualityControl": [],
"speakerSetting": [],
"converterSetting": [],
2023-06-10 07:01:46 +03:00
"advancedSetting": [],
"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
},
"dialogs": {
"license": [
{
2023-04-05 22:27:46 +03:00
"title": "Retrieval-based-Voice-Conversion-WebUI",
"auther": "liujing04",
"contact": "",
"url": "https://github.com/liujing04/Retrieval-based-Voice-Conversion-WebUI",
2023-04-05 20:31:10 +03:00
"license": "MIT"
}
]
}
}