From 50944921aee141442081a15fb3f5180674fa20cf Mon Sep 17 00:00:00 2001 From: Ftps <63702646+Tps-F@users.noreply.github.com> Date: Tue, 29 Aug 2023 19:36:51 +0900 Subject: [PATCH] revert config.json --- configs/config.json | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/configs/config.json b/configs/config.json index 62813e1..6bf4f6b 100644 --- a/configs/config.json +++ b/configs/config.json @@ -1 +1,14 @@ -{"pth_path": "F:/src/Retrieval-based-Voice-Conversion-WebUI/assets/weights/Mahiro.pth", "index_path": "F:/src/Retrieval-based-Voice-Conversion-WebUI/logs/Mahiro_added_IVF94_Flat_nprobe_3.index", "sg_input_device": "Microphone (USB Advanced Audio Device) (Windows DirectSound)", "sg_output_device": "Output 1/2 (Komplete Audio 6 MK2) (Windows DirectSound)", "threhold": -45.0, "pitch": 0.0, "index_rate": 1.0, "block_time": 0.09, "crossfade_length": 0.15, "extra_time": 5.0, "n_cpu": 8.0, "f0method": "rmvpe"} \ No newline at end of file +{ + "pth_path": "weights/kikiV1.pth", + "index_path": "logs/kikiV1.index", + "sg_input_device": "VoiceMeeter Output (VB-Audio Vo (MME)", + "sg_output_device": "VoiceMeeter Aux Input (VB-Audio (MME)", + "threhold": -45.0, + "pitch": 0.0, + "index_rate": 1.0, + "block_time": 0.09, + "crossfade_length": 0.15, + "extra_time": 5.0, + "n_cpu": 8.0, + "f0method": "rmvpe" +}