Reece H. Dunn
5e1671f08b
tests: rename {phoneme-audio => language-phonemes}.test
7 years ago
Reece H. Dunn
15190d4de1
tests: rename {phoneme-output => translate}.test
7 years ago
Reece H. Dunn
439b2d45d1
tests: move the Latvian pronunciation tests to languages.test
7 years ago
Reece H. Dunn
9e1bed69f0
tests: make the language tests phoneme-based.
The phoneme to audio tests are covered in the phoneme-audio tests.
Therefore, the language tests just need to test the text to
phoneme logic.
7 years ago
Reece H. Dunn
9ff086a2f1
Merge remote-tracking branch 'jaacoppi/includes'
7 years ago
Juho Hiltunen
079d5a92c5
remove more unnecessary speech.h includes
7 years ago
Juho Hiltunen
30ad5c39f6
move struct MatchRecord to dictionary.c since it's the only file that uses it
7 years ago
Juho Hiltunen
342f077755
remove unused declarations of ChangePhonemes_ru() and struct CHANGEPH
these are the only references in the code.
7 years ago
Juho Hiltunen
d1fd650219
Replace references to USHORT, DOUBLEX and UCHAR with unsigned short, double and unsigned char.
This makes the codebase more consistent. Including speech.h is not necessary anymore in some files. Includes have been removed.
7 years ago
Juho Hiltunen
738492100a
make all headers (almost) self-contained by using include guards and #include statements within headers
7 years ago
Reece H. Dunn
f55cce345e
tests: test gd consonant and vowel audio generation
7 years ago
Reece H. Dunn
8c41a01ec4
tests: test ga consonant and vowel audio generation
7 years ago
Reece H. Dunn
6dc13c99a9
fr: remove the unused fr-CA phoneme table.
There is no fr-CA language dialect dialect file, nor has there
been in the espeak/espeak-ng history.
The fr-CA phoneme table defined the additional phonemes [U], [y"],
[E:], and [A]. The fr-FR phoneme table mapped these to [u], [y],
[E], and [a] respectively. This meant to describe the phonemes that
have not been merged in fr-CA, but have merged in fr-FR, as described
in https://en.wikipedia.org/wiki/Quebec_French_phonology .
The only use of these phonemes in the French dictionary was with
the word "tramway" using [E:]. This has been replaced with [E] to
match the rest of the dictionary file transcriptions, and those
phonemes for fr-CA have been removed.
If fr-CA is supported in the future, the French dictionary would
need to be modified to reverse the merger of the phonemes that are
not merged in fr-CA, with the merge logic being performed in the
fr-FR phoneme table like in the code being removed in this commit.
7 years ago
Reece H. Dunn
c5f88c51dd
translate.c: Don't loop to the end of sbuf, as sbuf gets null terminated, so needs a byte for the null character. [msvc /analyze].
7 years ago
Reece H. Dunn
c49164334b
Ensure each name in proc_names can fit an item_string [msvc /analyze].
7 years ago
Reece H. Dunn
583a23f0cd
Use ENV_LEN in the fwrite call in LoadEnvelope2 to be consistent with the rest of the function.
7 years ago
Reece H. Dunn
96ae5c65be
windows: ignore static-analysis build output
7 years ago
Reece H. Dunn
19e425a169
windows: add ssml.c to the project to fix building on Windows
7 years ago
Reece H. Dunn
6e3bcb1243
tests: test fr consonant and vowel audio generation
7 years ago
Reece H. Dunn
4bf83271ec
tests: test fi consonant and vowel audio generation
7 years ago
Reece H. Dunn
41f19d4137
tests: test fa consonant and vowel audio generation
7 years ago
Reece H. Dunn
477395e29a
tests: test eu consonant and vowel audio generation
7 years ago
Reece H. Dunn
605fa2d7dc
tests: test et consonant and vowel audio generation
7 years ago
Reece H. Dunn
219d187a61
tests: test es consonant and vowel audio generation
7 years ago
Reece H. Dunn
04dd5168a0
tests: test eo consonant and vowel audio generation
7 years ago
Reece H. Dunn
e05b478f22
tests: use autoconf-style output when checking for the sha1 command.
7 years ago
Reece H. Dunn
f71068a500
tests: test en consonant and vowel audio generation
7 years ago
Reece H. Dunn
2b6f862ad4
tests: test el consonant and vowel audio generation
7 years ago
Reece H. Dunn
beb8ed816f
tests: test de consonant and vowel audio generation
7 years ago
Valdis Vitolins
e3dc69b4dd
ru: fix for 'зч'
7 years ago
Reece H. Dunn
2692a92072
Merge commit 'f5539fc5fb2f8bf40d35a287ec08dad71c624d4c'
7 years ago
Reece H. Dunn
62c169e52e
tests: test da consonant and vowel audio generation
7 years ago
Valdis Vitolins
f5539fc5fb
ru: hard/soft 'ъ/ь' are silent
7 years ago
Valdis Vitolins
021e9ea6ca
ru: shortened rule for ..его at the end of word, which is spelled as iv'o
7 years ago
Valdis Vitolins
024ba81d14
ru: some common names where 'е' is written instead of 'ё'
7 years ago
Valdis Vitolins
b211b41989
ru: fix for 'зе' (Медузе)
7 years ago
Valdis Vitolins
922a7b0519
ru: fix for 'жч' (мужчина)
7 years ago
Valdis Vitolins
1e8e037613
ru: fix for 'щ'
7 years ago
Valdis Vitolins
00d80691bb
ru: stress fixes for pronouns
7 years ago
Valdis Vitolins
33c9e800a3
ru: 'х' made less stressed
7 years ago
Valdis Vitolins
10b348be19
ru: consistent formatting applied
7 years ago
Valdis Vitolins
096877d92b
ru: fixes for 'л' and 'ль' (especially at the end of word)
7 years ago
Valdis Vitolins
f54876422c
ru: fix for 'сч' which is wrongly merged
7 years ago
Valdis Vitolins
ab3d035770
Merge branch 'master' of https://github.com/espeak-ng/espeak-ng
7 years ago
Reece H. Dunn
52c2b722a9
tests: test cs consonant and vowel audio generation
7 years ago
Reece H. Dunn
6a9621d213
Merge remote-tracking branch 'valdisvi/master'
7 years ago
Valdis Vitolins
7b7598d53d
Merge branch 'master' of https://github.com/espeak-ng/espeak-ng
7 years ago
Reece H. Dunn
b23f475e1a
ssml.h: Reformat the header file.
7 years ago
Reece H. Dunn
d47e48a377
ssml: Update the copyright notice.
7 years ago
Reece H. Dunn
017c6a9383
ssml.h: Add a copyright header and include guards.
7 years ago