Valdis Vitolins
e20e767952
fr: add configuration files for MBROLA's Canadian French 1 and 2 voices
7 years ago
Valdis Vitolins
a9e6e9daf7
docs: fix entries for MBROLA's it1 and it2 voices
Previous list was actually wrong. Previously it3 and it4 voices were configured,
but now there are entries for all four voices.
7 years ago
Valdis Vitolins
291178a6cd
it: add configuration files for MBROLA's it1 and it2 voices
7 years ago
Valdis Vitolins
8d9f23e3b3
docs: add missing entry for MBROLA's Estonian voice
7 years ago
Valdis Vitolins
312394a6e9
docs: add note with link to MBROLA voices GitHub repository
7 years ago
Valdis Vitolins
0a0364506f
docs: add entry names for added French MBROLA voices
7 years ago
Valdis Vitolins
2987aa52d5
fr: add configuration entry for MBROLA's fr7 voice
7 years ago
Valdis Vitolins
52884bd078
fr: add configuration entry for MBROLA's fr6 voice
7 years ago
Valdis Vitolins
0a7d8b192e
fr: add configuration entry for MBROLA's fr5 voice
7 years ago
Valdis Vitolins
5de99e38eb
fr: add configuration entry for MBROLA's fr3 voice
7 years ago
Valdis Vitolins
e06084797b
fr: add configuration entry for MBROLA's fr2 voice
7 years ago
Valdis Vitolins
58051de596
fr: fix misconfiguration (use MBROLA fr4 voice as it is declared)
7 years ago
Valdis Vitolins
f1602ba8d1
fr: remove number from phoneme translation file, as it can be used for all MBROLA voices
There are small differences for diphone sets, but these are not used
from eSpeak NG.
7 years ago
Reece H. Dunn
f22da14b86
en: fix the length of the vowel before an n.
The custom n vowel in ph_english did not specify a lengthmod and
the call to the base n did not set that value.
7 years ago
Reece H. Dunn
1a711200ed
en: fixed -eyed, Ursula, cursebreaker, Onessa, reticent, and weddinged
7 years ago
Reece H. Dunn
35def0d760
Update the changelog.
7 years ago
Reece H. Dunn
fb888b5952
tests: test lfn consonant and vowel audio generation
7 years ago
Reece H. Dunn
57198e416c
tests: test la consonant and vowel audio generation
7 years ago
Reece H. Dunn
a2f3a30bc2
tests: test ky consonant and vowel audio generation
7 years ago
Reece H. Dunn
d0f91a35a8
tests: test ku consonant and vowel audio generation
7 years ago
Reece H. Dunn
60ee39316b
tests: test kok consonant and vowel audio generation
7 years ago
Reece H. Dunn
2ea915f4c4
tests: test ko consonant and vowel audio generation
7 years ago
Reece H. Dunn
62f836ae0d
Merge remote-tracking branch 'shadyar/master'
7 years ago
shadyar
b1f18ad784
optimizing some rules
7 years ago
shadyar
a9e9f0c640
debugging and some exceptional words
7 years ago
Reece H. Dunn
10a03d6a5b
tests: test kn consonant and vowel audio generation
7 years ago
Reece H. Dunn
0ea2889404
tests: test kl consonant and vowel audio generation
7 years ago
Reece H. Dunn
02a01f60bc
tests: test ka consonant and vowel audio generation
7 years ago
Reece H. Dunn
7fa1d846b8
tests: test jbo consonant and vowel audio generation
7 years ago
Reece H. Dunn
982f7f1077
tests: test ja consonant and vowel audio generation
7 years ago
Reece H. Dunn
b751032b0a
tests: test it consonant and vowel audio generation
7 years ago
Reece H. Dunn
fb5f1d02d7
tests: test is consonant and vowel audio generation
7 years ago
Reece H. Dunn
991b22537f
tests: test id consonant and vowel audio generation
7 years ago
Reece H. Dunn
06aea1817c
tests: test ia consonant and vowel audio generation
7 years ago
Reece H. Dunn
499cf55762
Document the hy-arevmda => hyw change.
7 years ago
Reece H. Dunn
1f1b3b8a26
tests: test hyw consonant and vowel audio generation
7 years ago
Reece H. Dunn
4687798de8
languages: Rename hy-arevmda => hyw.
A new 'hyw' language code has been registered for Western Armenian,
and the arevela and arevmda variant subtags have been deprecated.
This still accepts the hy-arevela and hy-arevmda language tags, but
uses the preferred names for the language files.
7 years ago
Reece H. Dunn
f5b8b8f83e
tests: test hy consonant and vowel audio generation
7 years ago
Reece H. Dunn
d24b999e16
tests: test hu consonant and vowel audio generation
7 years ago
Valdis Vitolins
f51d639b01
Merge branch 'master' of https://github.com/espeak-ng/espeak-ng
7 years ago
Valdis Vitolins
e7b6923fe5
pt-br: fix eSpeak NG's [dZ] phoneme mapping to MBROLA's [j]
7 years ago
Reece H. Dunn
d7aee052c2
configure: Add a --disable-rpath option to prevent libtool hardcoding rpath variables.
7 years ago
Reece H. Dunn
8847b44b23
configure: Group all arguments at the top of the configure file.
7 years ago
Valdis Vitolins
fb73fad421
pt-br: fix voice's warnings "mbrola: Warning: r-... unkown, replaced with _-_"
E.g. for 'port' this goes through following transformations:
1. written 'port' to phonetic [p'o*@-tS] for eSpeak NG
2. espeak [*] was mapped to MBROLA [r] and [@- ] was just skipped
resulting [rt] which is not allowed diphone in br1 voice.
Description of fix:
mapping phonetic [*@-] to [r2] (and skipping [@- ]) makes [r2-...] which is
in diphone database. That fixed warnings:
mbrola: Warning: r-t unkown, replaced with _-_
mbrola: Warning: r-d unkown, replaced with _-_
mbrola: Warning: r-n unkown, replaced with _-_
mbrola: Warning: r-m unkown, replaced with _-_
mbrola: Warning: r-s unkown, replaced with _-_
7 years ago
Reece H. Dunn
5ebf5b8fa4
en: Fix several -er and -est words (e.g. wickeder, wickedest, brittlest).
7 years ago
Reece H. Dunn
8eb3e5bdee
en: Fix -mann, wizardman, wytch, and wyrm.
7 years ago
Reece H. Dunn
021526a477
en: Use a new /I2#/ phoneme for -ed based adjectives like 'wicked'.
7 years ago
Reece H. Dunn
d0eb30d647
Merge remote-tracking branch 'jaacoppi/makefile'
7 years ago
Reece H. Dunn
a8d53acd52
en: Use /I2/ instead of /I#/ for adjective -ed endings.
7 years ago
Juho Hiltunen
8ac2a29199
Don't build or install test programs with make and make install.
Using make check builds but does not install them.
7 years ago