Browse Source

de: fix the HAPPY vowel for the mb-de5-en and mb-de6-en voices.

master
Reece H. Dunn 7 years ago
parent
commit
42f4e7eed2
1 changed files with 6 additions and 2 deletions
  1. 6
    2
      phsource/mbrola/de6

+ 6
- 2
phsource/mbrola/de6 View File

@@ -40,7 +40,7 @@
0 ** NULL 0 R
0 n^ NULL 40 n j

// phonemes for English words
// phonemes for English words (see docs/languages/gmw/en.md)
0 @L NULL 40 @ l
0 m- NULL 20 @ m
0 n- NULL 20 @ n
@@ -48,7 +48,11 @@
0 @5 NULL 0 @
0 a# NULL 0 @
0 I2 NULL 0 I
0 i NULL 0 i:
// --------- HAPPY vowel:
// * `i:` -- this is too long and gets clipped for the short HAPPY vowel, and de5 is missing `i:-w`.
// * `i` -- de5 and de6 are missing `l-i` (-ly), `R-i` (-ry), etc.
// * `I` -- works best (NOTE: This sounds like 'i', not like 'I'.)
0 i NULL 0 I
0 aa NULL 0 a
0 V NULL 0 a:
0 0 NULL 0 a:

Loading…
Cancel
Save