Skip to content

Commit

Permalink
Add yet even more stuff I forgot
Browse files Browse the repository at this point in the history
  • Loading branch information
lottev1991 committed May 18, 2024
1 parent 1c30ebc commit 3c63ca7
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ public class DiffSingerJapanesePhonemizer : DiffSingerG2pPhonemizer {
};

protected override string[] GetBaseG2pConsonants() => new string[] {
"b", "by", "d", "dy", "f", "g", "gw", "gy", "h", "hy", "j", "k",
"kw", "ky", "m", "my", "n", "ng", "ngy", "ny", "p", "py", "r", "ry",
"s", "sh", "t", "ts", "ty", "v", "w", "y", "z"
"b", "by", "ch", "cl", "d", "dy", "f", "g", "gw", "gy", "h", "hy",
"j", "k", "kw", "ky", "m", "my", "n", "ng", "ngy", "ny", "p", "py",
"r", "ry", "s", "sh", "t", "ts", "ty", "v", "w", "y", "z"
};

public override Result Process(Note[] notes, Note? prev, Note? next, Note? prevNeighbour, Note? nextNeighbour, Note[] prevs) {
Expand Down

0 comments on commit 3c63ca7

Please sign in to comment.