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

200 lines
4.9 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": {}
}
],
"serverControl": [
{
"name": "startButton",
"options": {}
},
{
"name": "performance",
"options": {}
},
2023-04-21 09:48:12 +03:00
{
"name": "modelSwitch",
"options": {}
2023-04-22 10:19:21 +03:00
},
{
2023-05-15 00:28:34 +03:00
"name": "serverOperation",
"options": {
"showDownload": true,
"showExportOnnx": true,
"showReload": true
}
2023-04-07 08:07:03 +03:00
}
],
"modelSetting": [
{
2023-05-08 19:01:20 +03:00
"name": "modelUploaderv2",
"options": {}
},
{
"name": "modelSlotRow2",
"options": {}
},
{
"name": "commonFileSelect",
2023-04-07 08:07:03 +03:00
"options": {
2023-05-08 19:01:20 +03:00
"title": "Model(.onnx, .pt, pth)",
"acceptExtentions": ["onnx", "pth", "pt"],
"fileKind": "rvcModel"
}
},
{
"name": "commonFileSelect",
"options": {
"title": "index(.index)",
"acceptExtentions": ["index"],
"fileKind": "rvcIndex"
2023-04-07 08:07:03 +03:00
}
2023-05-08 19:01:20 +03:00
},
2023-05-16 04:38:23 +03:00
{
"name": "sampleModelSelect",
"options": {}
},
2023-05-25 05:40:37 +03:00
{
"name": "sampleDownloadControlRow",
"options": {}
},
2023-05-08 19:01:20 +03:00
{
"name": "defaultTuneRow2",
"options": {}
},
{
"name": "modelUploadButtonRow2",
"options": {}
2023-04-07 08:07:03 +03:00
}
],
2023-04-30 10:53:15 +03:00
"lab": [
{
"name": "mergeLab",
"options": {}
}
],
2023-05-06 22:18:18 +03:00
2023-04-07 08:07:03 +03:00
"deviceSetting": [
2023-05-06 22:18:18 +03:00
{
"name": "audioDeviceMode",
"options": {}
},
2023-04-07 08:07:03 +03:00
{
"name": "audioInput",
"options": {}
},
{
"name": "audioOutput",
"options": {}
}
],
"qualityControl": [
{
"name": "noiseControl",
"options": {}
},
{
"name": "gainControl",
"options": {}
},
{
"name": "f0Detector",
2023-04-16 15:34:00 +03:00
"options": {
2023-05-22 08:43:25 +03:00
"detectors": ["dio", "harvest", "crepe"]
2023-04-16 15:34:00 +03:00
}
2023-04-07 08:07:03 +03:00
},
{
"name": "divider",
"options": {}
},
{
"name": "analyzer",
"options": {}
}
],
"speakerSetting": [
{
"name": "tune",
2023-04-21 23:42:24 +03:00
"options": {}
2023-04-07 08:07:03 +03:00
},
{
2023-04-07 21:11:37 +03:00
"name": "indexRatio",
2023-04-07 08:07:03 +03:00
"options": {}
},
{
"name": "silentThreshold",
"options": {}
}
],
"converterSetting": [
{
"name": "inputChunkNum",
"options": {}
},
{
"name": "extraDataLength",
"options": {}
},
{
"name": "gpu",
"options": {}
}
],
"advancedSetting": [
{
"name": "protocol",
"options": {}
},
{
"name": "crossFadeOverlapSize",
"options": {}
},
{
"name": "crossFadeOffsetRate",
"options": {}
},
{
"name": "crossFadeEndRate",
"options": {}
},
{
"name": "trancateNumThreshold",
"options": {}
2023-04-07 22:39:04 +03:00
},
{
2023-04-19 01:57:19 +03:00
"name": "silenceFront",
2023-04-07 22:39:04 +03:00
"options": {}
2023-04-19 01:57:19 +03:00
},
{
2023-06-01 07:28:45 +03:00
"name": "protect",
2023-04-19 01:57:19 +03:00
"options": {}
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"
}
]
}
}