Skip to content

Commit

Permalink
[TTS] update svs_music_score.md (PaddlePaddle#3085)
Browse files Browse the repository at this point in the history
  • Loading branch information
lym0302 authored and luotao1 committed Jun 11, 2024
1 parent 195f29b commit 7e8793f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/source/tts/svs_music_score.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,11 @@ music scores 包含:note,note_dur,is_slur

</div>


上述实验表明通过该方法来提取 music score 是可行的,但是在应用中可以**灵活地在歌词中加"AP"(用来表示吸气声)和"SP"(用来表示停顿声)**,对应的在 **note 上加 rest**,会使得整体的歌声合成更自然。
除此之外,还要考虑哪一个大调并且以哪一组为起始**得到的 note 在训练数据集中出现过**,如若推理时传入训练数据中没有见过的 note, 合成出来的音频可能不是我们期待的音调。


# 三、其他
## 3.1 读取midi

Expand Down

0 comments on commit 7e8793f

Please sign in to comment.