From 9d44ecb070213a617d1261dfbd592089f638a496 Mon Sep 17 00:00:00 2001 From: asdfw13 <86564126+asdfw13@users.noreply.github.com> Date: Wed, 28 Jun 2023 20:03:04 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c18d1d5..d0a8c83 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ This project serves as a framework only and does not possess speech synthesis fu ## 📝 Model Introduction -The singing voice conversion model uses SoftVC content encoder to extract speech features from the source audio. These feature vectors are directly fed into VITS without the need for conversion to a text-based intermediate representation. As a result, the pitch and intonations of the original audio are preserved. Furthermore, the vocoder has been replaced with [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 speech features from the source audio. These feature vectors are directly fed into VITS without the need for conversion to a text-based intermediate representation. As a result, the pitch and intonations of the original audio are preserved. Meanwhile, the vocoder was replaced with NSF HiFiGAN to solve the sound interruption problem.[NSF HiFiGAN](https://github.com/openvpi/DiffSinger/tree/refactor/modules/nsf_hifigan) ### 🆕 4.1-Stable Version Update Content