voice-changer/client/demo/dist/assets/gui_settings/MMVCv15.json
2023-05-09 05:04:34 +09:00

171 lines
4.1 KiB
JSON

{
"type": "demo",
"id": "MMVCv15",
"front": {
"title": [
{
"name": "title",
"options": {
"mainTitle": "Realtime Voice Changer Client",
"subTitle": "for MMVC v.1.5",
"lineNum": 1
}
},
{
"name": "clearSetting",
"options": {}
}
],
"serverControl": [
{
"name": "startButton",
"options": {}
},
{
"name": "performance",
"options": {}
},
{
"name": "serverInfo",
"options": {}
}
],
"modelSetting": [
{
"name": "modelUploaderv2",
"options": {}
},
{
"name": "commonFileSelect",
"options": {
"title": "Config(.json)",
"acceptExtentions": ["json"],
"fileKind": "mmvcv15Config"
}
},
{
"name": "commonFileSelect",
"options": {
"title": "Model(.pt,.pth,.onxx)",
"acceptExtentions": ["pt", "pth", "onnx"],
"fileKind": "mmvcv15Model"
}
},
{
"name": "correspondenceSelectRow2",
"options": {}
},
{
"name": "modelUploadButtonRow2",
"options": {}
}
],
"lab": [],
"deviceSetting": [
{
"name": "audioDeviceMode",
"options": {}
},
{
"name": "audioInput",
"options": {}
},
{
"name": "audioOutput",
"options": {}
},
{
"name": "ioBuffer",
"options": {}
}
],
"qualityControl": [
{
"name": "noiseControl",
"options": {}
},
{
"name": "gainControl",
"options": {}
},
{
"name": "f0Detector",
"options": {}
},
{
"name": "divider",
"options": {}
},
{
"name": "analyzer",
"options": {}
}
],
"speakerSetting": [
{
"name": "srcId",
"options": {
"showF0": true
}
},
{
"name": "dstId",
"options": {
"showF0": true,
"useServerInfo": false,
"dstIdDisplayType": "MMVCv15"
}
},
{
"name": "f0Factor",
"options": {}
}
],
"converterSetting": [
{
"name": "inputChunkNum",
"options": {}
},
{
"name": "gpu",
"options": {}
}
],
"advancedSetting": [
{
"name": "protocol",
"options": {}
},
{
"name": "crossFadeOverlapSize",
"options": {}
},
{
"name": "crossFadeOffsetRate",
"options": {}
},
{
"name": "crossFadeEndRate",
"options": {}
},
{
"name": "trancateNumThreshold",
"options": {}
}
]
},
"dialogs": {
"license": [
{
"title": "MMVC",
"auther": "isletennos",
"contact": "",
"url": "https://github.com/isletennos/MMVC_Trainer",
"license": "MIT"
}
]
}
}