From 0d859e27fc3769fa3c54ecf37424ce006ae2fe20 Mon Sep 17 00:00:00 2001 From: Teresa <85707358+Kerushii@users.noreply.github.com> Date: Mon, 13 Mar 2023 00:12:56 -0700 Subject: [PATCH] address issues https://github.com/StarStringStudio/so-vits-svc/issues/15 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6083903..fd38274 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ ## Model Introduction -The singing voice conversion model uses SoftVC content encoder to extract source audio speech features, and inputs them together with F0 into VITS instead of the original text input to achieve the effect of song conversion. At the same time, the vocoder is changed to [NSF HiFiGAN](https://github.com/openvpi/DiffSinger/tree/refactor/modules/nsf_hifigan) to solve the problem of sound interruption. +The singing voice conversion model uses SoftVC content encoder to extract source audio speech features, then the vectors are directly fed into VITS instead of converting to a text based intermediate; thus the pitch and intonations are conserved. Additionally, the vocoder is changed to [NSF HiFiGAN](https://github.com/openvpi/DiffSinger/tree/refactor/modules/nsf_hifigan) to solve the problem of sound interruption. ### 4.0 Version Update Content