mirror of
https://github.com/w-okada/voice-changer.git
synced 2025-02-03 00:33:57 +03:00
update
This commit is contained in:
parent
e4c5ce27e1
commit
c1b05fa212
@ -1,26 +1,49 @@
|
|||||||
{
|
{
|
||||||
"app_title": "voice-changer",
|
"app_title": "voice-changer",
|
||||||
"majar_mode": "docker",
|
"majar_mode": "docker",
|
||||||
"voice_changer_server_url": "./test",
|
"voice_changer_server_url": "/test",
|
||||||
"sample_rate": 48000,
|
"sample_rate": 48000,
|
||||||
"buffer_size": 1024,
|
"buffer_size": 1024,
|
||||||
"prefix_chunk_size": 24,
|
"prefix_chunk_size": 24,
|
||||||
"chunk_size": 24,
|
"chunk_size": 24,
|
||||||
"speaker_ids": [100, 107, 101, 102, 103],
|
"speakers": [
|
||||||
"speaker_names": ["ずんだもん", "user", "そら", "めたん", "つむぎ"],
|
{
|
||||||
|
"id": 100,
|
||||||
|
"name": "ずんだもん"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 107,
|
||||||
|
"name": "user"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 101,
|
||||||
|
"name": "そら"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 102,
|
||||||
|
"name": "めたん"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 103,
|
||||||
|
"name": "つむぎ"
|
||||||
|
}
|
||||||
|
],
|
||||||
"src_id": 107,
|
"src_id": 107,
|
||||||
"dst_id": 100,
|
"dst_id": 100,
|
||||||
"vf_enable": true,
|
"vf_enable": true,
|
||||||
"voice_changer_mode": "realtime",
|
"voice_changer_mode": "realtime",
|
||||||
"gpu": 0,
|
"gpu": 0,
|
||||||
"available_gpus": [-1, 0, 1, 2, 3, 4],
|
"available_gpus": [-1, 0, 1, 2, 3, 4],
|
||||||
|
"screen": {
|
||||||
|
"enable_screen": true,
|
||||||
|
"backgournd_image_url": "./assets/images/bg_natural_sougen.jpg"
|
||||||
|
},
|
||||||
"avatar": {
|
"avatar": {
|
||||||
"enable_avatar": true,
|
"enable_avatar": false,
|
||||||
"motion_capture_face": true,
|
"motion_capture_face": false,
|
||||||
"motion_capture_upperbody": true,
|
"motion_capture_upperbody": false,
|
||||||
"lip_overwrite_with_voice": true,
|
"lip_overwrite_with_voice": false,
|
||||||
"avatar_url": "./assets/vrm/zundamon/zundamon.vrm",
|
"avatar_url": "./assets/vrm/zundamon/zundamon.vrm",
|
||||||
"backgournd_image_url": "./assets/images/bg_natural_sougen.jpg",
|
|
||||||
"background_color": "#0000dd",
|
"background_color": "#0000dd",
|
||||||
"chroma_key": "#0000dd",
|
"chroma_key": "#0000dd",
|
||||||
"avatar_canvas_size": [1280, 720],
|
"avatar_canvas_size": [1280, 720],
|
||||||
@ -34,5 +57,9 @@
|
|||||||
"cross_fade_offset_rate": 0.3,
|
"cross_fade_offset_rate": 0.3,
|
||||||
"cross_fade_end_rate": 0.6,
|
"cross_fade_end_rate": 0.6,
|
||||||
"cross_fade_type": 2
|
"cross_fade_type": 2
|
||||||
|
},
|
||||||
|
"transcribe": {
|
||||||
|
"lang": "日本語(ja-JP)",
|
||||||
|
"expire_time": 5
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -4,23 +4,46 @@
|
|||||||
"voice_changer_server_url": "/test",
|
"voice_changer_server_url": "/test",
|
||||||
"sample_rate": 48000,
|
"sample_rate": 48000,
|
||||||
"buffer_size": 1024,
|
"buffer_size": 1024,
|
||||||
"prefix_chunk_size": 36,
|
"prefix_chunk_size": 24,
|
||||||
"chunk_size": 36,
|
"chunk_size": 24,
|
||||||
"speaker_ids": [100, 107, 101, 102, 103],
|
"speakers": [
|
||||||
"speaker_names": ["ずんだもん", "user", "そら", "めたん", "つむぎ"],
|
{
|
||||||
|
"id": 100,
|
||||||
|
"name": "ずんだもん"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 107,
|
||||||
|
"name": "user"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 101,
|
||||||
|
"name": "そら"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 102,
|
||||||
|
"name": "めたん"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 103,
|
||||||
|
"name": "つむぎ"
|
||||||
|
}
|
||||||
|
],
|
||||||
"src_id": 107,
|
"src_id": 107,
|
||||||
"dst_id": 100,
|
"dst_id": 100,
|
||||||
"vf_enable": true,
|
"vf_enable": true,
|
||||||
"voice_changer_mode": "realtime",
|
"voice_changer_mode": "realtime",
|
||||||
"gpu": 0,
|
"gpu": 0,
|
||||||
"available_gpus": [-1, 0, 1, 2, 3, 4],
|
"available_gpus": [-1, 0, 1, 2, 3, 4],
|
||||||
|
"screen": {
|
||||||
|
"enable_screen": true,
|
||||||
|
"backgournd_image_url": "./assets/images/bg_natural_sougen.jpg"
|
||||||
|
},
|
||||||
"avatar": {
|
"avatar": {
|
||||||
"enable_avatar": true,
|
"enable_avatar": false,
|
||||||
"motion_capture_face": true,
|
"motion_capture_face": false,
|
||||||
"motion_capture_upperbody": true,
|
"motion_capture_upperbody": false,
|
||||||
"lip_overwrite_with_voice": true,
|
"lip_overwrite_with_voice": false,
|
||||||
"avatar_url": "./assets/vrm/zundamon/zundamon.vrm",
|
"avatar_url": "./assets/vrm/zundamon/zundamon.vrm",
|
||||||
"backgournd_image_url": "./assets/images/bg_natural_sougen.jpg",
|
|
||||||
"background_color": "#0000dd",
|
"background_color": "#0000dd",
|
||||||
"chroma_key": "#0000dd",
|
"chroma_key": "#0000dd",
|
||||||
"avatar_canvas_size": [1280, 720],
|
"avatar_canvas_size": [1280, 720],
|
||||||
@ -34,5 +57,9 @@
|
|||||||
"cross_fade_offset_rate": 0.3,
|
"cross_fade_offset_rate": 0.3,
|
||||||
"cross_fade_end_rate": 0.6,
|
"cross_fade_end_rate": 0.6,
|
||||||
"cross_fade_type": 2
|
"cross_fade_type": 2
|
||||||
|
},
|
||||||
|
"transcribe": {
|
||||||
|
"lang": "日本語(ja-JP)",
|
||||||
|
"expire_time": 5
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user