Browse Source

Place the stress phonemes first, because espeak skips these when looking for phonemes from NextItem.

master
Reece H. Dunn 8 years ago
parent
commit
5b6a50be47
1 changed files with 19 additions and 12 deletions
  1. 19
    12
      phsource/phonemes

+ 19
- 12
phsource/phonemes View File

@@ -1,20 +1,9 @@
// This is the master phoneme file.

phonemetable ipa _
include ph_ipa

phonemetable base1 _

// The base phoneme table contains the utility phonemes, the consonants,
// and a schwa. The vowels are defined in the language specific phoneme
// tables, which can also redefine consonants if they wish.


//*******************************************************************
// UTILITY PHONEMES
// Stress Phonemes
//*******************************************************************


phoneme % // Unstressed
stress
stress_type 1
@@ -55,6 +44,24 @@ phoneme = // Place stress on previous vowel
stress_type 2
endphoneme

//*******************************************************************
// IPA Phonemes
//*******************************************************************

phonemetable ipa base
include ph_ipa

phonemetable base1 base

// The base phoneme table contains the utility phonemes, the consonants,
// and a schwa. The vowels are defined in the language specific phoneme
// tables, which can also redefine consonants if they wish.


//*******************************************************************
// UTILITY PHONEMES
//*******************************************************************

phoneme || // End Word
pause
lengthmod 9 // no effect

Loading…
Cancel
Save