eSpeak NG is an open source speech synthesizer that supports more than hundred languages and accents.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

donottranslate.xml 965B

12345678910111213141516171819202122232425262728293031323334353637
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <resources>
  3. <!--
  4. Source: App icon label.
  5. Description: The name of the application.
  6. -->
  7. <string name="app_name" translatable="false">eSpeak</string>
  8. <string-array name="default_variant_values">
  9. <item>male</item>
  10. <item>m1</item>
  11. <item>m2</item>
  12. <item>m3</item>
  13. <item>m4</item>
  14. <item>m5</item>
  15. <item>m6</item>
  16. <item>m7</item>
  17. <item>female</item>
  18. <item>f1</item>
  19. <item>f2</item>
  20. <item>f3</item>
  21. <item>f4</item>
  22. <item>f5</item>
  23. <item>klatt</item>
  24. <item>klatt2</item>
  25. <item>klatt3</item>
  26. <item>klatt4</item>
  27. <item>croak</item>
  28. <item>whisper</item>
  29. <item>whisperf</item>
  30. <item>male-young</item>
  31. <item>female-young</item>
  32. <item>male-old</item>
  33. <item>female-old</item>
  34. </string-array>
  35. </resources>