mirror of
https://github.com/w-okada/voice-changer.git
synced 2025-01-24 05:55:01 +03:00
31 lines
935 B
JSON
31 lines
935 B
JSON
{
|
|
"type": "demo",
|
|
"id": "RVC",
|
|
"front": {
|
|
"modelSlotControl": [
|
|
{
|
|
"name": "headerArea",
|
|
"options": {
|
|
"mainTitle": "Realtime Voice Changer Client",
|
|
"subTitle": ""
|
|
}
|
|
},
|
|
{
|
|
"name": "modelSlotArea",
|
|
"options": {}
|
|
},
|
|
{
|
|
"name": "characterArea",
|
|
"options": {}
|
|
},
|
|
{
|
|
"name": "configArea",
|
|
"options": {
|
|
"detectors": ["dio", "harvest", "crepe", "crepe_full", "crepe_tiny", "rmvpe", "rmvpe_onnx"],
|
|
"inputChunkNums": [1, 2, 4, 6, 8, 16, 24, 32, 40, 48, 64, 80, 96, 112, 128, 192, 256, 320, 384, 448, 512, 576, 640, 704, 768, 832, 896, 960, 1024, 2048, 4096, 8192, 16384]
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|