Browse Source

Re-add the phoneme tables removed from the Burmese/Myanmar language support.

master
Reece H. Dunn 9 years ago
parent
commit
cfba03cf97
2 changed files with 79 additions and 7 deletions
  1. 78
    6
      phsource/phonemes
  2. 1
    1
      src/libespeak-ng/phoneme.h

+ 78
- 6
phsource/phonemes View File

@@ -1728,14 +1728,14 @@ include ph_finnish
phonemetable et base
include ph_estonian

//phonemetable fr base
//include ph_french
phonemetable fr base
include ph_french

//phonemetable fr-ca fr
//include ph_french_ca
phonemetable fr-ca fr
include ph_french_ca

//phonemetable nl base
//include ph_dutch
phonemetable nl base
include ph_dutch


phonemetable hi_base base
@@ -1899,6 +1899,78 @@ include ph_farsi
phonemetable ar base
include ph_arabic

phonemetable rw base2
include ph_kinyarwanda

phonemetable prs base
include ph_dari

phonemetable sl pl
include ph_slovenian

phonemetable gd base
include ph_s_gaelic

phonemetable nso base
include ph_northern-sotho

phonemetable ht fr
include ph_haitian

phonemetable az tr
include ph_azerbaijani

phonemetable ak base
include ph_akan

phonemetable am base
include ph_amhari

phonemetable wo base
include ph_wolof

phonemetable dv hi_base
include ph_divehi

phonemetable te hi_base
include ph_telugu

phonemetable si hi_base
include ph_sinhala

phonemetable as bn
include ph_assamese

phonemetable or bn
include ph_oriya

phonemetable mni bn
include ph_manipuri

phonemetable tn base
include ph_setswana

phonemetable mt base
include ph_maltese

phonemetable bo hi
include ph_tibetan

phonemetable kk base
include ph_kazakh

phonemetable tt base
include ph_tatar

phonemetable ko base
include ph_korean

phonemetable kl base
include ph_greenlandic

phonemetable om base
include ph_oromo

phonemetable my base
include ph_burmese


+ 1
- 1
src/libespeak-ng/phoneme.h View File

@@ -100,7 +100,7 @@ extern const unsigned char pause_phonemes[8]; // 0, vshort, short, pause, long,
#define phPLACE_blb 0x10000
#define phPLACE_pla 0x60000

#define N_PHONEME_TABS 100 // number of phoneme tables
#define N_PHONEME_TABS 150 // number of phoneme tables
#define N_PHONEME_TAB 256 // max phonemes in a phoneme table
#define N_PHONEME_TAB_NAME 32 // must be multiple of 4


Loading…
Cancel
Save