Skip to content

Commit 3eab17d

Browse files
authored
roll back on slovenian voice
1 parent 759a42a commit 3eab17d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/myrobotlab/service/VoiceRss.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ public void loadVoices() {
149149
addVoice("Isabella", "female", "es-mx", "es-mx"); // Spanish (Mexico)
150150
addVoice("Camila", "female", "es-es", "es-es"); // Spanish (Spain)
151151
addVoice("Elsa", "female", "sv-se", "sv-se"); // Swedish (Sweden)
152-
addVoice("Vid", "male", "sl-si", "sl-si"); // Slovenian (Slovenia)
152+
//addVoice("Vid", "male", "sl-si", "sl-si"); // Slovenian (Slovenia)
153153
}
154154

155155
public static void main(String[] args) {

0 commit comments

Comments
 (0)