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
Juho Hiltunen
52b999ab4e
Don't build or install test libraries with make and make install.
Using make check builds but does not install them.
7 years ago
Reece H. Dunn
9f0fbed8ac
make: Dictionary _emoji, _extra, and _dict rules currently depend on GNU make patterns to work.
7 years ago
Reece H. Dunn
c8db203649
Merge remote-tracking branch 'jaacoppi/portability'
7 years ago
Reece H. Dunn
aa08d1d52c
en: fix apparate, mechanic, forcefield, and -quez (e.g. Vasquez).
7 years ago
Juho Hiltunen
4e8d47d2cc
portability: use suffix rules instead of pattern rules.
Closes #396 .
7 years ago
Reece H. Dunn
8694f483bd
docs: Document the MBROLA voices in a table.
7 years ago
Reece H. Dunn
8022d12783
README: Wording changes based on suggestions by https://github.com/CarlosFromNewYork.
7 years ago
Reece H. Dunn
cdb837b430
Remove 'mb-ir2', as the 'ir2' MBROLA voice does not exist.
7 years ago
Reece H. Dunn
d26fce3217
Be more specific in the missing --compile voice name, and fix punctuation.
7 years ago
Reece H. Dunn
7c7081cb32
Handle the '--compile=' case when reporting a 'Voice name not specified' error.
7 years ago