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_bengali 582B

12345678910111213141516171819202122232425262728293031323334353637
  1. //====================================================
  2. // Bengali, inherits from Hindi
  3. //====================================================
  4. phoneme @
  5. vowel flag1 starttype #@ endtype #@
  6. length 65
  7. ChangeIfDiminished(@-)
  8. IF nextPh(H) THEN
  9. FMT(vowel/@_low)
  10. ENDIF
  11. FMT(vowel/@_bck)
  12. endphoneme
  13. phoneme V
  14. vowel flag1 starttype #@ endtype #@
  15. length 180
  16. CALL hi/V
  17. endphoneme
  18. phoneme a:
  19. vowel long starttype #a endtype #a
  20. length 230
  21. FMT(vowel/aa_9)
  22. endphoneme
  23. phoneme o:
  24. vowel long starttype #o endtype #o
  25. length 220
  26. FMT(vowel/o_2)
  27. endphoneme