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

170 lines
4.1 KiB
JSON
Raw Normal View History

2023-04-04 21:35:16 +03:00
{
"type": "demo",
"id": "MMVCv15",
"front": {
2023-04-07 08:45:57 +03:00
"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": "modelUploader",
"options": {
"showConfig": true,
"showOnnx": true,
"showPyTorch": true,
"showCorrespondence": true,
"showPyTorchCluster": false,
"defaultEnablePyTorch": false
}
},
{
"name": "framework",
"options": {
"showFramework": true
}
}
],
"deviceSetting": [
{
"name": "audioInput",
"options": {}
},
{
"name": "audioOutput",
"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
}
},
{
"name": "f0Factor",
"options": {}
}
],
"converterSetting": [
{
"name": "inputChunkNum",
"options": {}
},
{
"name": "gpu",
"options": {}
}
],
"advancedSetting": [
{
"name": "serverURL",
"options": {}
},
{
"name": "protocol",
"options": {}
},
{
"name": "sampleRate",
"options": {}
},
{
"name": "sendingSampleRate",
"options": {}
},
{
"name": "crossFadeOverlapSize",
"options": {}
},
{
"name": "crossFadeOffsetRate",
"options": {}
},
{
"name": "crossFadeEndRate",
"options": {}
},
{
"name": "downSamplingMode",
"options": {}
},
{
"name": "trancateNumThreshold",
"options": {}
2023-04-14 22:36:41 +03:00
},
{
"name": "solaEnable",
"options": {}
2023-04-07 08:45:57 +03:00
}
]
2023-04-04 21:35:16 +03:00
},
"dialogs": {
"license": [
{
2023-04-07 08:45:57 +03:00
"title": "MMVC",
"auther": "isletennos",
"contact": "",
"url": "https://github.com/isletennos/MMVC_Trainer",
2023-04-04 21:35:16 +03:00
"license": "MIT"
}
]
}
}