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

93 lines
2.4 KiB
JSON
Raw Normal View History

2023-04-05 20:31:10 +03:00
{
"type": "demo",
"id": "RVC",
"front": {
2023-04-07 08:07:03 +03:00
"title": [
{
"name": "title",
"options": {
"mainTitle": "Realtime Voice Changer Client",
"subTitle": "for RVC",
"lineNum": 1
}
},
{
"name": "clearSetting",
"options": {}
}
],
2023-06-09 13:57:08 +03:00
"serverControl": [],
"modelSetting": [],
2023-04-30 10:53:15 +03:00
"lab": [
{
"name": "mergeLab",
"options": {}
}
],
2023-05-06 22:18:18 +03:00
2023-06-09 13:57:08 +03:00
"deviceSetting": [],
"qualityControl": [],
"speakerSetting": [],
"converterSetting": [],
"advancedSetting": [
2023-04-07 08:07:03 +03:00
{
2023-06-09 13:57:08 +03:00
"name": "protocol",
2023-04-07 08:07:03 +03:00
"options": {}
},
{
2023-06-09 13:57:08 +03:00
"name": "crossFadeOverlapSize",
2023-04-07 08:07:03 +03:00
"options": {}
},
{
2023-06-09 13:57:08 +03:00
"name": "crossFadeOffsetRate",
2023-04-21 23:42:24 +03:00
"options": {}
2023-04-07 08:07:03 +03:00
},
{
2023-06-09 13:57:08 +03:00
"name": "crossFadeEndRate",
2023-04-07 08:07:03 +03:00
"options": {}
},
{
2023-06-09 13:57:08 +03:00
"name": "trancateNumThreshold",
2023-04-07 08:07:03 +03:00
"options": {}
},
{
2023-06-09 13:57:08 +03:00
"name": "silenceFront",
2023-04-07 08:07:03 +03:00
"options": {}
},
{
2023-06-09 13:57:08 +03:00
"name": "protect",
2023-04-07 08:07:03 +03:00
"options": {}
}
],
2023-06-09 13:57:08 +03:00
"modelSlotControl": [
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"
}
]
}
}