voice-changer/client/demo/dist/assets/gui_settings/DDSP-SVC.json

193 lines
4.9 KiB
JSON
Raw Normal View History

2023-04-16 15:34:00 +03:00
{
"type": "demo",
"id": "DDSP-SVC",
"front": {
"title": [
{
"name": "title",
"options": {
"mainTitle": "Realtime Voice Changer Client",
"subTitle": "for DDSP-SVC",
"lineNum": 1
}
},
{
"name": "clearSetting",
"options": {}
}
],
"serverControl": [
{
"name": "startButton",
"options": {}
},
{
"name": "performance",
"options": {}
},
{
"name": "serverInfo",
"options": {}
}
],
"modelSetting": [
{
2023-05-08 12:02:15 +03:00
"name": "modelUploaderv2",
"options": {}
2023-04-16 15:34:00 +03:00
},
2023-05-07 23:51:24 +03:00
{
"name": "commonFileSelect",
"options": {
"title": "Model(.pt,.pth)",
"acceptExtentions": ["pt", "pth"],
"fileKind": "ddspSvcModel"
}
},
{
"name": "commonFileSelect",
"options": {
"title": "Model config(.yaml)",
"acceptExtentions": ["yaml"],
"fileKind": "ddspSvcModelConfig"
}
},
{
"name": "commonFileSelect",
"options": {
"title": "Diff(.pt,.pth)",
"acceptExtentions": ["pt", "pth"],
"fileKind": "ddspSvcDiffusion"
}
},
{
"name": "commonFileSelect",
"options": {
"title": "Diff config(.yaml)",
"acceptExtentions": ["yaml"],
"fileKind": "ddspSvcDiffusionConfig"
}
},
{
"name": "modelUploadButtonRow2",
"options": {}
2023-04-16 15:34:00 +03:00
}
],
2023-04-30 10:53:15 +03:00
"lab": [],
2023-04-16 15:34:00 +03:00
"deviceSetting": [
2023-05-07 23:51:24 +03:00
{
"name": "audioDeviceMode",
"options": {}
},
2023-04-16 15:34:00 +03:00
{
"name": "audioInput",
"options": {}
},
{
"name": "audioOutput",
"options": {}
2023-05-07 23:51:24 +03:00
},
{
"name": "ioBuffer",
"options": {}
2023-04-16 15:34:00 +03:00
}
],
"qualityControl": [
{
"name": "noiseControl",
"options": {}
},
{
"name": "gainControl",
"options": {}
},
{
"name": "f0Detector",
"options": {
2023-04-28 23:39:53 +03:00
"detectors": ["dio", "harvest", "crepe"]
2023-04-16 15:34:00 +03:00
}
},
{
"name": "divider",
"options": {}
},
{
"name": "analyzer",
"options": {}
}
],
"speakerSetting": [
{
2023-04-18 02:09:46 +03:00
"name": "dstId2",
2023-04-16 15:34:00 +03:00
"options": {
2023-04-18 02:09:46 +03:00
"selectableIds": [1, 2]
2023-04-16 15:34:00 +03:00
}
},
{
"name": "tune",
"options": {}
},
{
"name": "indexRatio",
"options": {}
},
{
"name": "silentThreshold",
"options": {}
},
{
"name": "enableEnhancer",
"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": {}
}
]
},
"dialogs": {
"license": [
{
"title": "Retrieval-based-Voice-Conversion-WebUI",
"auther": "liujing04",
"contact": "",
"url": "https://github.com/liujing04/Retrieval-based-Voice-Conversion-WebUI",
"license": "MIT"
}
]
}
}