Skip to content

Commit

Permalink
fixed minor typo
Browse files Browse the repository at this point in the history
  • Loading branch information
EX3exp committed Oct 31, 2023
1 parent f5980d7 commit 8c10f38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OpenUtau.Core/DiffSinger/DiffSingerKoreanPhonemizer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
// TODO 이중모음 늘어지는 문제 해결, 이중모음 분리 + 이중모음 미분리 케이스 모두 구현

namespace OpenUtau.Core.DiffSinger{
[Phonemizer("DiffSinger Korean Phonemizer", "DIFFS KO", language: "KO")]
[Phonemizer("DiffSinger Korean Phonemizer", "DIFFS KO", language: "KO", author: "EX3")]
public class DiffSingerKoreanPhonemizer : DiffSingerBasePhonemizer{
protected Hanguel hangeul = new Hanguel();
USinger singer;
Expand Down

0 comments on commit 8c10f38

Please sign in to comment.