Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
innnky committed Sep 22, 2022
1 parent 2097e0d commit aa57393
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
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修正音高

0 comments on commit aa57393

Please sign in to comment.