31 lines
860 B
JSON
Raw Normal View History

2023-04-06 02:31:10 +09:00
{
"type": "demo",
"id": "RVC",
"front": {
2023-06-10 13:01:46 +09:00
"modelSlotControl": [
2023-04-07 14:07:03 +09:00
{
2023-06-10 13:01:46 +09:00
"name": "headerArea",
"options": {
"mainTitle": "Realtime Voice Changer Client",
"subTitle": "for RVC"
}
2023-04-07 14:07:03 +09:00
},
{
2023-06-09 19:57:08 +09:00
"name": "modelSlotArea",
2023-04-07 14:07:03 +09:00
"options": {}
2023-04-08 04:39:04 +09:00
},
{
2023-06-09 19:57:08 +09:00
"name": "characterArea",
2023-04-08 04:39:04 +09:00
"options": {}
2023-04-19 07:57:19 +09:00
},
{
2023-06-09 19:57:08 +09:00
"name": "configArea",
"options": {
"detectors": ["dio", "harvest", "crepe"],
"inputChunkNums": [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]
}
2023-04-07 14:07:03 +09:00
}
]
2023-04-06 02:31:10 +09:00
}
}