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.

ph_pyash 678B

1234567891011121314151617181920212223242526272829303132333435
  1. // Phonemes for Pyash (an artificial constructed language)
  2. // Inherits phonemes from Esperanto
  3. phoneme e
  4. vwl starttype #e endtype #e
  5. length 170
  6. FMT(vowel/e_mid2)
  7. endphoneme
  8. phoneme @ // Schwa, e.g. alph**a**
  9. vwl starttype #@ endtype #@
  10. unstressed
  11. length 140
  12. FMT(vowel/@)
  13. endphoneme
  14. phoneme ˥ // tone: high level
  15. stress
  16. Tone(50, 50, envelope/p_level, NULL)
  17. endphoneme
  18. phoneme 22 // tone: low level
  19. stress
  20. Tone(20, 20, envelope/p_level, NULL)
  21. endphoneme
  22. phoneme ˩ // tone: low level
  23. stress
  24. Tone(20, 20, envelope/p_level, NULL)
  25. endphoneme
  26. phoneme ˧ // tone: mid level
  27. stress
  28. Tone(30, 30, envelope/p_level, NULL)
  29. endphoneme