Reece H. Dunn
|
57c3921ffd
|
Rename docs/phoneme{_features => }.md
|
8 years ago |
Reece H. Dunn
|
d514241800
|
phoneme features: move the unused features to an 'Unused' section.
|
8 years ago |
Reece H. Dunn
|
a3605db8b2
|
phoneme features: add a link to the HTML version of Evan Kirshenbaum's ASCII/IPA transcription specification.
|
8 years ago |
Reece H. Dunn
|
fa4416e5db
|
phoneme features: add a Kirshenbaum column to document differences from Kirshenbaum's phoneme feature set.
|
8 years ago |
Reece H. Dunn
|
c300154400
|
Update the CHANGELOG.
|
8 years ago |
Reece H. Dunn
|
0fcc85de30
|
Merge remote-tracking branch 'ValdisVitolins/master'
|
8 years ago |
Reece H. Dunn
|
68234bdbb3
|
Merge remote-tracking branch 'rhdunn/master'
|
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
|
b3daacc795
|
Document the Kirshenbaum IPA features.
|
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
|
54b1bf939c
|
Ignore the 'make dist' output.
|
8 years ago |
Reece H. Dunn
|
96e34565ed
|
Use a default buffer length of 60mS to fix using MBROLA voices.
|
8 years ago |
Reece H. Dunn
|
5b072d0fd6
|
Update the CHANGELOG.
|
8 years ago |
Valdis Vitolins
|
60396f3b5d
|
Merge branch 'master' of https://github.com/espeak-ng/espeak-ng
|
8 years ago |
Valdis Vitolins
|
7ad277e39e
|
Fixed typo
|
8 years ago |
Valdis Vitolins
|
b10f6ea1a2
|
Warning deleted for fixed issue #195
|
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
|
d1c56e6120
|
Android: Fix installing the voices -- use the new espeak-ng-data path.
|
8 years ago |
Reece H. Dunn
|
690bb8b7d2
|
Ignore any present gradle wrapper.
|
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
|
39bbd48144
|
README: Add a cross compilation section.
|
8 years ago |
Reece H. Dunn
|
7cb79ea358
|
Don't use AC_FUNC_(M|RE)ALLOC as they cause 'Undefined reference to rpl_(m|re)alloc' on some systems.
|
8 years ago |
Reece H. Dunn
|
006bd842c3
|
Fix indentation in wavegen.c.
|
8 years ago |
Reece H. Dunn
|
9d885c89fd
|
Merge remote-tracking branch 'ValdisVitolins/master'
|
8 years ago |
chrislm
|
fc7a94dcf1
|
ES: minor fix for eI (vdipht) pronunciation
|
8 years ago |
Valdis Vitolins
|
824e55b855
|
Fixed link to bug
|
8 years ago |
Valdis Vitolins
|
640f0d8160
|
Typo fixes
|
8 years ago |
Valdis Vitolins
|
fd30bdf026
|
More details about rule implementation and caveats
|
8 years ago |
Valdis Vitolins
|
47e1a2b43a
|
Latvian language improvements
|
8 years ago |
Valdis Vitolins
|
91b723c99a
|
Lowered nasaliness of Latvian voice
|
8 years ago |
Reece H. Dunn
|
d828156576
|
Reduce buffer length to 50mS and don't override it when using eSpeak for audio.
|
8 years ago |
Reece H. Dunn
|
dae9cda060
|
Revert "issue 172: fix sluggish speech for stopped speech."
This reverts commit f9ab812e00 .
|
8 years ago |
Reece H. Dunn
|
a506dc5241
|
Fix setting saved_parameters in espeak_ng_Initialize.
This fixes a regression introduced in commit
e341068d57 .
This is needed for the case when espeak_Cancel is called before
calling espeak_Synth.
|
8 years ago |
Reece H. Dunn
|
36d5a8b67b
|
Revert "Don't reset the parameters unless they have been set."
This reverts commit 26e453dd2f .
|
8 years ago |
Reece H. Dunn
|
26e453dd2f
|
Don't reset the parameters unless they have been set.
This is based on a patch by Samuel Thibault.
This is needed when espeak_Cancel is called before espeak_Synth,
like can be done in brltty.
|
8 years ago |
Reece H. Dunn
|
e095f008fa
|
Merge remote-tracking branch 'eeejay/set-voice-by-name'
|
8 years ago |
Reece H. Dunn
|
2ccaa7f002
|
Improve the IsLetterGroup comments.
|
8 years ago |
Reece H. Dunn
|
af1fae46de
|
Fix formatting of the previous changes to match style guidelines.
|
8 years ago |
Eitan Isaacson
|
97a7733df9
|
Use espeak_SetVoiceByName in emscripten glue when only name is provided.
|
8 years ago |
Valdis Vitolins
|
e7663a230b
|
Latvian language improvement: more correct syntax used for unstressed syllables
|
8 years ago |