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

183 lines
4.5 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": {}
},
{
"name": "serverInfo",
"options": {}
}
],
"modelSetting": [
{
"name": "modelUploader",
"options": {
2023-04-07 21:11:37 +03:00
"showConfig": false,
2023-04-07 08:07:03 +03:00
"showOnnx": true,
"showPyTorch": true,
"showCorrespondence": false,
"showPyTorchCluster": false,
2023-04-07 21:11:37 +03:00
"showFeature": true,
"showIndex": true,
2023-04-07 21:56:40 +03:00
"showHalfPrecision": true,
2023-04-07 08:07:03 +03:00
"defaultEnablePyTorch": true
}
},
{
"name": "framework",
"options": {
"showFramework": true
}
2023-04-07 22:39:04 +03:00
},
{
"name": "modelSamplingRate",
"options": {}
2023-04-07 08:07:03 +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": true,
"useServerInfo": false
}
},
{
"name": "tune",
"options": {}
},
{
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": "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-07 22:39:04 +03:00
},
{
"name": "rvcQuality",
"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"
}
]
}
}