Skip to content

Commit

Permalink
Merge pull request #5 from zeroday0619/master
Browse files Browse the repository at this point in the history
feat: add japanese female voice, nsayuri
  • Loading branch information
scottgigante committed Feb 13, 2022
2 parents 666f767 + 957cd69 commit 854466d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion navertts/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
SPEAKERS = {
"en": {"f": "clara", "m": "matt"},
"es": {"f": "carmen", "m": "jose"},
"ja": {"m": "shinji"},
"ja": {"f": "nsayuri", "m": "shinji"},
"ko": {"f": "kyuri", "m": "jinho"},
"zh": {"f": "meimei", "m": "liangliang"},
}
Expand Down

0 comments on commit 854466d

Please sign in to comment.