mirror of
https://github.com/w-okada/voice-changer.git
synced 2025-01-24 14:05:00 +03:00
149 lines
3.6 KiB
JSON
149 lines
3.6 KiB
JSON
{
|
|
"type": "demo",
|
|
"id": "MMVCv13",
|
|
"front": {
|
|
"title": [
|
|
{
|
|
"name": "title",
|
|
"options": {
|
|
"mainTitle": "Realtime Voice Changer Client",
|
|
"subTitle": "for MMVC v.1.3",
|
|
"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": false,
|
|
"showPyTorchCluster": false,
|
|
|
|
"showPyTorchEnableCheckBox": true,
|
|
"defaultEnablePyTorch": false
|
|
}
|
|
},
|
|
{
|
|
"name": "framework",
|
|
"options": {
|
|
"showFramework": true
|
|
}
|
|
}
|
|
],
|
|
"deviceSetting": [
|
|
{
|
|
"name": "audioInput",
|
|
"options": {}
|
|
},
|
|
{
|
|
"name": "audioOutput",
|
|
"options": {}
|
|
}
|
|
],
|
|
"qualityControl": [
|
|
{
|
|
"name": "noiseControl",
|
|
"options": {}
|
|
},
|
|
{
|
|
"name": "gainControl",
|
|
"options": {}
|
|
},
|
|
{
|
|
"name": "divider",
|
|
"options": {}
|
|
},
|
|
{
|
|
"name": "analyzer",
|
|
"options": {}
|
|
}
|
|
],
|
|
"speakerSetting": [
|
|
{
|
|
"name": "srcId",
|
|
"options": {
|
|
"showF0": false
|
|
}
|
|
},
|
|
{
|
|
"name": "dstId",
|
|
"options": {
|
|
"showF0": false,
|
|
"useServerInfo": false
|
|
}
|
|
},
|
|
{
|
|
"name": "editSpeakerIdMapping",
|
|
"options": {}
|
|
}
|
|
],
|
|
"converterSetting": [
|
|
{
|
|
"name": "inputChunkNum",
|
|
"options": {
|
|
"nums": [1, 2, 4, 8, 16, 24, 32, 40, 48, 56, 64]
|
|
}
|
|
},
|
|
{
|
|
"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"
|
|
}
|
|
]
|
|
}
|
|
}
|