Browse Source

sound/svox: Fix typo (found by codespell)

Signed-off-by: Stefan Weil <sw@weilnetz.de>
lilik-openwrt-22.03
Stefan Weil 8 years ago
parent
commit
48f2606747
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      sound/svox/patches/0003-pico2wave-Convert-text-to-.wav-using-svox-text-to-sp.patch

+ 1
- 1
sound/svox/patches/0003-pico2wave-Convert-text-to-.wav-using-svox-text-to-sp.patch View File

@ -83,7 +83,7 @@ index 0000000..0c035a7
+const char * PICO_VOICE_NAME = "PicoVoice";
+
+/* supported voices
+ Pico does not seperately specify the voice and locale. */
+ Pico does not separately specify the voice and locale. */
+const char * picoSupportedLangIso3[] = { "eng", "eng", "deu", "spa", "fra", "ita" };
+const char * picoSupportedCountryIso3[] = { "USA", "GBR", "DEU", "ESP", "FRA", "ITA" };
+const char * picoSupportedLang[] = { "en-US", "en-GB", "de-DE", "es-ES", "fr-FR", "it-IT" };


Loading…
Cancel
Save