voice-changer/client/demo/public/assets/gui_settings/so-vits-svc-40v2.json

164 lines
4.0 KiB
JSON
Raw Normal View History

2023-04-04 21:35:16 +03:00
{
"type": "demo",
"id": "so-vits-svc-40v2",
"front": {
2023-04-07 08:45:57 +03:00
"title": [
{
"name": "title",
"options": {
"mainTitle": "Realtime Voice Changer Client",
"subTitle": "for so-vits-svc-40v2",
"lineNum": 1
}
},
{
"name": "clearSetting",
"options": {}
}
],
"serverControl": [
{
"name": "startButton",
"options": {}
},
{
"name": "performance",
"options": {}
},
{
"name": "serverInfo",
"options": {}
}
],
"modelSetting": [
{
"name": "modelUploader",
"options": {
"showConfig": true,
"showOnnx": false,
"showPyTorch": true,
"showCorrespondence": false,
"showPyTorchCluster": true,
"showPyTorchEnableCheckBox": true,
2023-04-07 08:45:57 +03:00
"defaultEnablePyTorch": true
}
},
{
"name": "framework",
"options": {
"showFramework": true
}
}
],
2023-04-30 10:53:15 +03:00
"lab": [],
2023-04-07 08:45:57 +03:00
"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": "dstId",
"options": {
"showF0": false,
"useServerInfo": true
}
},
{
"name": "tune",
2023-04-21 09:48:12 +03:00
"options": {
"showPredictF0": true
}
2023-04-07 08:45:57 +03:00
},
{
"name": "clusterInferRatio",
"options": {}
},
{
"name": "noiseScale",
"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-04 21:35:16 +03:00
},
"dialogs": {
"license": [
{
2023-04-07 08:45:57 +03:00
"title": "svc-develop-team",
"auther": "",
"contact": "",
"url": "https://github.com/svc-develop-team/so-vits-svc",
2023-04-04 21:35:16 +03:00
"license": "MIT"
}
]
}
}