mirror of
https://github.com/w-okada/voice-changer.git
synced 2025-01-24 14:05:00 +03:00
211 lines
5.2 KiB
JSON
211 lines
5.2 KiB
JSON
{
|
|
"type": "demo",
|
|
"id": "RVC",
|
|
"front": {
|
|
"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": {}
|
|
},
|
|
{
|
|
"name": "modelSwitch",
|
|
"options": {}
|
|
},
|
|
{
|
|
"name": "onnxExport",
|
|
"options": {}
|
|
}
|
|
],
|
|
"modelSetting": [
|
|
{
|
|
"name": "modelUploaderv2",
|
|
"options": {}
|
|
},
|
|
{
|
|
"name": "modelSlotRow2",
|
|
"options": {}
|
|
},
|
|
{
|
|
"name": "commonFileSelect",
|
|
"options": {
|
|
"title": "Model(.onnx, .pt, pth)",
|
|
"acceptExtentions": ["onnx", "pth", "pt"],
|
|
"fileKind": "rvcModel"
|
|
}
|
|
},
|
|
{
|
|
"name": "commonFileSelect",
|
|
"options": {
|
|
"title": "feature(.npy)",
|
|
"acceptExtentions": ["npy"],
|
|
"fileKind": "rvcFeature"
|
|
}
|
|
},
|
|
{
|
|
"name": "commonFileSelect",
|
|
"options": {
|
|
"title": "index(.index)",
|
|
"acceptExtentions": ["index"],
|
|
"fileKind": "rvcIndex"
|
|
}
|
|
},
|
|
{
|
|
"name": "defaultTuneRow2",
|
|
"options": {}
|
|
},
|
|
{
|
|
"name": "modelUploadButtonRow2",
|
|
"options": {}
|
|
}
|
|
],
|
|
"lab": [
|
|
{
|
|
"name": "mergeLab",
|
|
"options": {}
|
|
}
|
|
],
|
|
|
|
"deviceSetting": [
|
|
{
|
|
"name": "audioDeviceMode",
|
|
"options": {}
|
|
},
|
|
{
|
|
"name": "audioInput",
|
|
"options": {}
|
|
},
|
|
{
|
|
"name": "audioOutput",
|
|
"options": {}
|
|
}
|
|
],
|
|
"qualityControl": [
|
|
{
|
|
"name": "noiseControl",
|
|
"options": {}
|
|
},
|
|
{
|
|
"name": "gainControl",
|
|
"options": {}
|
|
},
|
|
{
|
|
"name": "f0Detector",
|
|
"options": {
|
|
"detectors": ["dio", "harvest"]
|
|
}
|
|
},
|
|
{
|
|
"name": "divider",
|
|
"options": {}
|
|
},
|
|
{
|
|
"name": "analyzer",
|
|
"options": {}
|
|
}
|
|
],
|
|
"speakerSetting": [
|
|
{
|
|
"name": "dstId",
|
|
"options": {
|
|
"dstIdDisplayType": "ddspsvc",
|
|
"staticIds": [1]
|
|
}
|
|
},
|
|
{
|
|
"name": "tune",
|
|
"options": {}
|
|
},
|
|
{
|
|
"name": "indexRatio",
|
|
"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": {}
|
|
},
|
|
{
|
|
"name": "rvcQuality",
|
|
"options": {}
|
|
},
|
|
{
|
|
"name": "silenceFront",
|
|
"options": {}
|
|
},
|
|
{
|
|
"name": "enableDirectML",
|
|
"options": {}
|
|
}
|
|
]
|
|
},
|
|
|
|
"dialogs": {
|
|
"license": [
|
|
{
|
|
"title": "Retrieval-based-Voice-Conversion-WebUI",
|
|
"auther": "liujing04",
|
|
"contact": "",
|
|
"url": "https://github.com/liujing04/Retrieval-based-Voice-Conversion-WebUI",
|
|
"license": "MIT"
|
|
}
|
|
]
|
|
}
|
|
}
|