Reece H. Dunn
862e420fda
docs/phonemes.md: Add support for an elg (extra long) length feature.
8 years ago
Reece H. Dunn
36308f6b38
phoneme: recognise the est, hlg and lng length phonemes.
8 years ago
Reece H. Dunn
6a0ea584ea
Don't store the unused phoneme equivalence tables in the phoneme data files.
8 years ago
Reece H. Dunn
6c526be3c8
Don't compile the unused phoneme equivalence tables.
8 years ago
Reece H. Dunn
d98274a8ee
windows: WiX/Windows does not like using -dev in versions.
8 years ago
Reece H. Dunn
7587a6bade
windows: Enable building the x64 installer from the 'Build Solution' menu option.
8 years ago
Reece H. Dunn
5118891f20
windows: Visual Studio 2013 compatibility.
8 years ago
Reece H. Dunn
5bc93cd7a8
windows: Compile phoneme.c in libespeak-ng.dll.
8 years ago
Reece H. Dunn
3081fe7287
windows: Fix the msvc version check in stat.h.
8 years ago
Reece H. Dunn
b3a1bcda4b
phoneme: pass the feature enum value to phoneme_add_feature.
8 years ago
Reece H. Dunn
926303c095
phoneme: move feature_t to phoneme.h..
8 years ago
Reece H. Dunn
b47600d951
phoneme_add_feature: recognise diacritic features.
8 years ago
Reece H. Dunn
a091c20852
Remove the unused isSeqFlag1 logic checks.
8 years ago
Reece H. Dunn
c0763f592a
phoneme_add_feature: recognize vowel features.
8 years ago
Reece H. Dunn
5e5289bcb5
compiledata: remove unused feature names.
8 years ago
Reece H. Dunn
c9f9405b24
phoneme_add_feature: fix setting the vls feature.
8 years ago
Reece H. Dunn
93fd4caf19
phoneme_add_feature: rename phFORTIS to phVOICELESS to reflect its actual usage.
8 years ago
Reece H. Dunn
9dc3d27497
phoneme_add_feature: support setting the voice features.
The 'fortis' feature is not used, so it has been removed.
8 years ago
Reece H. Dunn
a48633dc81
phoneme_add_feature: support setting the place of articulation.
8 years ago
Reece H. Dunn
4b797d1d64
phoneme_add_feature: simplify feature lookup.
8 years ago
Reece H. Dunn
56b9eeeb72
phoneme_add_feature: support the lat and sib phonemes.
8 years ago
Reece H. Dunn
c203f517f4
phoneme_add_feature: support the eSpeak model for manners of articulation.
8 years ago
Reece H. Dunn
40556d41be
phonemes: use phoneme_add_feature if the keyword is not recognised.
8 years ago
Reece H. Dunn
442a503986
phonemes: show the invalid phoneme feature on unrecognised feature names
8 years ago
Reece H. Dunn
f76d2558c9
phoneme: add a phoneme_add_feature internal API method.
8 years ago
Reece H. Dunn
60a584c032
compiledata: declare phoneme_flags locally.
8 years ago
Reece H. Dunn
8050b3f1b6
compiledata: declare place_articulation locally.
8 years ago
Reece H. Dunn
d957352d41
Remove the unused phPLACE definitions.
8 years ago
Reece H. Dunn
dee3799f82
issue #172: flush audio on cancel requests.
This is a partial fix for an audio regression. The other part of
the fix requires a change in pcaudiolib to reopen the audio device
on flush requests for affected audio drivers/devices.
8 years ago
Reece H. Dunn
9bb4b53967
Update the version to 1.49.2-dev.
8 years ago
Reece H. Dunn
999ac67433
eSpeak NG 1.49.1
8 years ago
Reece H. Dunn
5f8ca97409
Don't unstall the removed default voice on Windows.
8 years ago
Reece H. Dunn
d42ba93959
Don't use the HOME directory as the espeak-ng-data path.
8 years ago
Valdis Vitolins
c5355ed94e
Fix for issue #69 Speaking '1,,2' in German only says 'eins'.
8 years ago
Reece H. Dunn
773da20c16
Support using home (data) paths other than 'espeak-ng-data'.
8 years ago
Reece H. Dunn
0367abf98f
Support loading phoneme data files relative to the phsrc path.
8 years ago
Reece H. Dunn
e372d84348
espeak-ng: add a <phsource-dir> argument to --compile-phonemes.
8 years ago
Reece H. Dunn
eb91c8dfce
espeak_ng_CompilePhonemeDataPath: Allow the user to specify the source and destination paths for the phoneme data.
8 years ago
Reece H. Dunn
e0a598e968
Use variables for the phoneme source and destination paths.
8 years ago
Reece H. Dunn
b67c463852
Inline CompilePhonemeData2 into espeak_ng_CompilePhonemeData.
8 years ago
Reece H. Dunn
ca77ce928b
CompilePhonemeData2: Inline the single use of the source parameter.
8 years ago
Reece H. Dunn
59ca718d40
Always use 'en' as the default voice/language.
8 years ago
Reece H. Dunn
96e34565ed
Use a default buffer length of 60mS to fix using MBROLA voices.
8 years ago
Valdis Vitolins
7ad277e39e
Fixed typo
8 years ago
Valdis Vitolins
d9d7006d7a
Comments about implementation for utf8_in2()
8 years ago
Valdis Vitolins
059543ceb0
Fix for issue #195 Different non-Latin diacritized consonants are wrongly considered as one doubled
8 years ago
Reece H. Dunn
2e84bbbcc8
Use autoconf to check for sys/endian.h.
8 years ago
Reece H. Dunn
58c655abae
Use autoconf to check for endian.h.
8 years ago
Reece H. Dunn
006bd842c3
Fix indentation in wavegen.c.
8 years ago
Valdis Vitolins
640f0d8160
Typo fixes
8 years ago