We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be011db commit 53aa0deCopy full SHA for 53aa0de
.gitignore
@@ -8,3 +8,6 @@ release/
8
9
# MacOS
10
.DS_Store
11
+
12
+# Windows
13
+.Zone.Identifier
sounds.json
@@ -83,6 +83,12 @@
83
"description": "Japanese Female Voice (ja-JP-NanamiNeural)",
84
"directory": "jp"
85
},
86
+ {
87
+ "language": "ko-KR",
88
+ "name": "Korean Female",
89
+ "description": "Korean Female Voice (Google Cloud Text-to-Speech)",
90
+ "directory": "ko"
91
+ },
92
{
93
"language": "pt-BR",
94
"name": "Brazilian Portuguese Female",
0 commit comments