forked from PlayVoice/whisper-vits-svc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
6 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,7 @@ | ||
# soft-vc-singingvc | ||
# SoftVC VITS Singing Voice Conversion | ||
## 模型简介 | ||
歌声音色转换模型,通过SoftVC内容编码器提取源音频语音特征,通过icassp2022_vocal_transcription项目提取音频midi note,将两者结合输入VITS替换原本的文本输入达到歌声转换的效果。 | ||
|
||
## 实现细节 | ||
+ midi note(0-127 LongTensor)通过pitch_embedding后与soft-units相加替代vits原本的文本输入 | ||
+ 采用了VISinger中的PitchPredictor,引入了PitchLoss修正音高 |