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 583B

123456789101112131415161718192021222324
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <resources>
  3. <string-array name="default_pitch_values">
  4. <item>50</item>
  5. <item>75</item>
  6. <item>100</item>
  7. <item>150</item>
  8. <item>200</item>
  9. </string-array>
  10. <string-array name="default_rate_values">
  11. <item>100</item>
  12. <item>200</item>
  13. <item>300</item>
  14. <item>400</item>
  15. <item>500</item>
  16. </string-array>
  17. <string-array name="default_gender_values">
  18. <item>0</item>
  19. <item>1</item>
  20. <item>2</item>
  21. </string-array>
  22. </resources>