Reece H. Dunn
cf3cabc140
Revert "Describe the additional Cainteoir Text-to-Speech phonemes for the articulation diacritics."
This reverts commit 39994150ba
.
7 years ago
Reece H. Dunn
768957e0fc
Don't copy filepath to buf. [coverity]
No modification was being done to buf after the copy of filepath.
It was just being passed to fopen. As such the copy is redundant,
and can lead to buffer overflow issues if the specified filepath
is larger than buf.
7 years ago
Reece H. Dunn
d0410d8585
Include dictionary.h in the relevant source files to avoid implicit-function-declaration warnings.
7 years ago
Reece H. Dunn
bc1d7cabcc
Merge branch 'windows'
7 years ago
Reece H. Dunn
39994150ba
Describe the additional Cainteoir Text-to-Speech phonemes for the articulation diacritics.
7 years ago
Reece H. Dunn
da980182e3
Document the origin of the phoneme features in phonemes.md.
7 years ago
Reece H. Dunn
63d2b66316
Update the links to Kishenbaum's ASCII-IPA. The site is no longer active, so use the wayback machine (internet archive).
7 years ago
Reece H. Dunn
2d69743ddf
README: The audio output configuration has been replaced by pcaudiolib, so remove that section.
7 years ago
Reece H. Dunn
a3c1a00d45
android: fix downloading the android gradle plugin version 2.3.3.
7 years ago
Reece H. Dunn
a0d8e8df78
android: add the new ssml.c source file
7 years ago
Reece H. Dunn
81cfcecfe7
tests: remove a todo comment that is not relevant (it was added by mistake)
7 years ago
Reece H. Dunn
005c490b90
tests: test grc consonant and vowel audio generation
7 years ago
Reece H. Dunn
0efb5600fc
tests: test gn consonant and vowel audio generation
7 years ago
Reece H. Dunn
f9386c0797
docs: Fix the symbols for ejc and imp in phonemes.md.
7 years ago
Reece H. Dunn
bec93c83cb
docs: Clean up the phonemes.md table of contents.
7 years ago
Reece H. Dunn
a1a7410212
Revert "docs: Split out the IPA phoneme tables from the phoneme feature description."
This reverts commit 9689cc8860
.
7 years ago
Sascha Brawer
1791e30e42
Add a fuzz target for SSML input
https://github.com/espeak-ng/espeak-ng/issues/407
7 years ago
Reece H. Dunn
99bbc6294e
Fix building on Windows.
7 years ago
Reece H. Dunn
9fdccb7bc3
docs: link to the English espeak transcription guide from the languages document.
7 years ago
Reece H. Dunn
9689cc8860
docs: Split out the IPA phoneme tables from the phoneme feature description.
7 years ago
Reece H. Dunn
7b64aac6c0
en: fix riposted for non US accents
7 years ago
Reece H. Dunn
07e155a150
TranslateWord2: Don't process invalid phonemes.
If ph_code is not located in the phoneme_tab, the resulting ph
value will be NULL. This does not normally happen, but it can
happen if word_phonemes contains garbage data, such as with the
1.49.2 multi-word logic when processing words like 'riposted'.
7 years ago
Reece H. Dunn
eaa08a2bc3
translate: Don't crash translating root words that map to another list entry.
If the list file contains a text replacement to another
entry in the list file, e.g.:
ripost riposte $text
riposte rI#p0st
calling it from a prefix or suffix rule such as 'riposted'
causes word_out[0] to be NULL, as TranslateWord3 has the
information needed to perform the mapping. In this case,
no phonemes have been written in this loop and the phonemes
have been calculated, so don't override them.
7 years ago
Reece H. Dunn
ad4155e705
tests: Add test cases for NVDA issue 7805.
7 years ago
Reece H. Dunn
6873c45d1a
Merge branch 'docs-english'
7 years ago
Reece H. Dunn
f4ff5c6802
Merge branch 'reorganise-tests'
7 years ago
Reece H. Dunn
05e571ca4a
compiledict.h: espeak_ng_CompileDictionary is defined in espeak_ng.h, so don't redefine it here.
7 years ago
Reece H. Dunn
c73530f7dd
Merge remote-tracking branch 'jaacoppi/includes'
7 years ago
Reece H. Dunn
181ae49c81
docs (en.md): move the split vowels section into the short vowels section.
7 years ago
Reece H. Dunn
b39ef7aca4
docs (en.md): document the Scottish NURSE vowel in the main rhotic vowel lexical set table.
7 years ago
Reece H. Dunn
7e5d785ae9
tests: extend the English language pronunciation tests to cover all the lexical sets.
7 years ago
Reece H. Dunn
28edb446e6
docs: group the vowel sections in en.md under a general 'vowels' section.
7 years ago
Reece H. Dunn
38a226859a
docs: align the lexical set tables in en.md for vim.
7 years ago
Reece H. Dunn
7885f06583
docs: describe the Scottish English lexical sets in en.md.
7 years ago
Reece H. Dunn
3dbb0e6de3
tests: rename {languages => language-pronunciation}.test
7 years ago
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
Juho Hiltunen
29cba35a9e
headers: add new file mbrola.h with declarations of functions in compilembrola.c and synth_mbrola.c
7 years ago
Juho Hiltunen
f00ff91fe4
headers: add new file wavegen.h with declarations of functions in wavegen.c
7 years ago
Juho Hiltunen
9012f3f0bf
headers: continue with synthdata.h
7 years ago
Juho Hiltunen
246d1006e9
include readclause.h in tests
7 years ago
Juho Hiltunen
e04ae259e0
headers: add new file compiledict.h with declarations of functions in compiledict.c
7 years ago
Juho Hiltunen
655dbf6b7a
remove unnecessary include of synthesize.h
7 years ago
Juho Hiltunen
231a1d0944
headers: add new file dictionary.h with declarations of functions in dictionary.c
7 years ago
Juho Hiltunen
cd991bd2c9
headers: add new file numbers.h with declarations of functions in numbers.c
7 years ago
Juho Hiltunen
07160f9286
headers: add new file synthdata.h with declarations of functions in synthdata.c
7 years ago
Juho Hiltunen
d395efa481
headers: add new file phonemelist.h with declarations of functions in phonemelist.c
7 years ago
Juho Hiltunen
098904dfe0
headers: add new file setlengths.h with declarations of functions in setlengths.c
7 years ago