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
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
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
Valdis Vitolins
a621ad46e7
Implementation for issue #155
8 years ago
Reece H. Dunn
ae3e411f67
Build the ar language files.
8 years ago
Eitan Isaacson
5f5fc4886b
Add emscripten case to endian.h shim.
8 years ago
Reece H. Dunn
e269ad33b0
Build the jp language files.
8 years ago
Reece H. Dunn
f7ef3808f9
Move the Latvian and Lithuanian languages to the bat (Baltic) language family.
8 years ago
Reece H. Dunn
516699bbb2
Move the Basque language to the parent directory as it is a language isolate.
8 years ago
Reece H. Dunn
f37a9a388d
Move the Armenian languages to the Indo-European language family.
8 years ago
Reece H. Dunn
9bb9e98f84
Don't exclude the test voice directory.
This directory is no longer available, so the check is now
redundant.
8 years ago
Reece H. Dunn
cd9cc8e6e2
Unicode Character Data 9.0.0
8 years ago
Reece H. Dunn
f9ab812e00
issue 172: fix sluggish speech for stopped speech.
This restores the behaviour removed in commit
ca831d236a
.
When using eSpeak for audio and eSpeak in a server, using the async
speech requests, that code stopped the audio as soon as possible
from a cancel request. This allows servers like brltty to be more
responsive.
8 years ago
Reece H. Dunn
d2478cc453
Flush the audio if speech has stopped, drain the audio if speech is still active.
8 years ago
Reece H. Dunn
bc674081cd
Check the return from synth_callback in the second call to that function in Synthesize.
8 years ago
Reece H. Dunn
a48576a364
Return ENS_SPEECH_STOPPED from Synthesize when the speech callback returns >1 to stop the audio.
8 years ago
Reece H. Dunn
52abe35300
Revert "Stop audio output before fifo_stop is called"
This reverts commit 1b5ea47ea4
.
This patch is causing lockups when using this with servers like brltty.
8 years ago
Reece H. Dunn
f6536be5b2
Support determining the install path when installed to the 32-bit Windows program files directory.
8 years ago
Reece H. Dunn
0881659b80
endian.h: Use the Windows checks directly instead of creating a __WINDOWS__define.
8 years ago
Reece H. Dunn
f4654f1e3f
Extend the license of the endian.h modifications to match the original.
8 years ago
Reece H. Dunn
c6d44dd963
Fix endian.h on Windows (remove the sys/param.h include).
8 years ago
Reece H. Dunn
7946e49092
Add PACKAGE_VERSION to the Windows config.h, to allow it to build.
8 years ago
Rui Batista
b7a42e19a7
Remove commented code.
8 years ago
Rui Batista
1b5ea47ea4
Stop audio output before fifo_stop is called
This allows process_espeak_command to stop as soon as possible
Using emacspeak server with espeak-ng (still not published) found that audio was only being stoped after a command is processed (i.e. using pcaudiolib).
This fixes this issue.
8 years ago
Reece H. Dunn
02f0c83619
endian.h: Fix compilation on Linux.
8 years ago
Reece H. Dunn
55da41e085
endian.h: Use the compatibility shim conventions.
8 years ago
Reece H. Dunn
454c794c3a
endian.h: Remove additional blank lines.
8 years ago
Reece H. Dunn
636dc94aa1
endian.h: use C-style comments and wrap the comment to 80 characters.
8 years ago