jonsd
10bd23b3b4
[1.47.12]
Change program code for espeak/libespeak to C, remove C++ features.
Language changes: af, ga, grc, hu, nl, sw, ta
git-svn-id: https://espeak.svn.sourceforge.net/svnroot/espeak/trunk@364 d46cf337-b52f-0410-862d-fd96e6ae7743
11 years ago
gude432
d88e5a8df6
rules for number transliteration for language om src/tr_languages.cpp
improved the phsource and om_list
11 years ago
Reece H. Dunn
6dd5529dd8
autotools: add support for disabling async command support (--without-async/--with-async=no)
11 years ago
Reece H. Dunn
00861d3bc3
autotools: add support for disabling libsonic (--without-sonic/--with-sonic=no)
11 years ago
Reece H. Dunn
83df50a40f
autotools: add support for disabling MBROLA (--without-mbrola/--with-mbrola=no)
11 years ago
Reece H. Dunn
a725bba818
autotools: add support for disabling Klatt (--without-klatt/--with-klatt=no)
11 years ago
Reece H. Dunn
c69ff7ebd7
autotools: Rewrite the build targets to use automake and libtool properly.
11 years ago
Reece H. Dunn
10bea37931
autotools: Don't shadow copy the phsource directory into espeak-data.
11 years ago
Reece H. Dunn
ea18599942
Move the install and distclean fully to the root Makefile.am file.
11 years ago
Reece H. Dunn
c1196192e5
speak_lib.cpp: Do not crash if espeak_SetPunctuationList is called with a NULL punctuation list.
11 years ago
Reece H. Dunn
5f8762ae91
src/wave.cpp: fix building when portaudio.h is missing
11 years ago
Reece H. Dunn
304d265f46
Fix a SEGFAULT in GetTranslatedPhonemeString.
When running any of the following:
espeak -x "[[]]"
espeak --ipa "[[]]"
eSpeak would SEGFAULT. This is because phon_out_buf is NULL as no
phonemes have been written and as this is the first call to
GetTranslatedPhonemeString, the phoneme buffer has not been
allocated yet. However, GetTranslatedPhonemeString attempts to add
a NULL character to the end of the phoneme buffer, and thus crashes.
11 years ago
jonsd
507caaaca2
[1.47.11d]
Language updates: da, en, nl, pt, vi
git-svn-id: https://espeak.svn.sourceforge.net/svnroot/espeak/trunk@363 d46cf337-b52f-0410-862d-fd96e6ae7743
12 years ago
jonsd
81e3e188cf
Update function prototype for espeak_TextToPhonemes() in speak_lib.h
git-svn-id: https://espeak.svn.sourceforge.net/svnroot/espeak/trunk@362 d46cf337-b52f-0410-862d-fd96e6ae7743
12 years ago
Reece H. Dunn
c87a607d81
speak_lib.h: correct the updated signature of espeak_TextToPhonemes
12 years ago
jonsd
b5035d73f8
[1.47.11c]
Change API function: espeak_TextToPhonemes().
Fix bug: number following a non-ascii character could cause crash.
git-svn-id: https://espeak.svn.sourceforge.net/svnroot/espeak/trunk@361 d46cf337-b52f-0410-862d-fd96e6ae7743
12 years ago
jonsd
500d2c9525
[1.47.11b]
Language updates: en, ga, hy, pt, sl, ta, vi
git-svn-id: https://espeak.svn.sourceforge.net/svnroot/espeak/trunk@360 d46cf337-b52f-0410-862d-fd96e6ae7743
12 years ago
jonsd
9d17fb5482
[1.47.11a]
Fix: Flush stderr() after espeak_CompileDictionary().
Fix: parallel formant parameters for Klatt synthesizer.
Changes for Malayalam numbers.
Language changes: en-us, nl, pt, sl, ta, ur.
git-svn-id: https://espeak.svn.sourceforge.net/svnroot/espeak/trunk@359 d46cf337-b52f-0410-862d-fd96e6ae7743
12 years ago
Reece H. Dunn
8e4d23343c
espeakedit: don't build the dictionaries when compiling the phoneme data on the command line
12 years ago
Reece H. Dunn
8d29ab3a64
Fix a USE_PORTAUDIO macro redefinition warning when building espeakedit.
12 years ago
Reece H. Dunn
11217a510d
autotools: allow CXXFLAGS to be overrided from the environment.
This is based on the patch for the Debian bug #707925 by Jason
White <[email protected] >.
12 years ago
Reece H. Dunn
1dd3863ca8
src/espeakdata.cpp: don't load phoneme data before compiling the phoneme data (it may not exist)
12 years ago
jonsd
bfca3abac2
[1.47.11]
git-svn-id: https://espeak.svn.sourceforge.net/svnroot/espeak/trunk@358 d46cf337-b52f-0410-862d-fd96e6ae7743
12 years ago
jonsd
26d469b816
[1.47.10b]
Indian languages: change [t.#].
lang=hy,: Change letter names.
Add voice variant Klatt4 with a sawtooth voicing waveform.
Fix problem in 1.47.10a with 'kr' and 'pr' in some languages.
git-svn-id: https://espeak.svn.sourceforge.net/svnroot/espeak/trunk@357 d46cf337-b52f-0410-862d-fd96e6ae7743
12 years ago
jonsd
b84ec8a609
[1.47.10a]
Lang=sl, set open/close 'e' and 'o' from syllable stress.
Lang=tr, fix 'r'.
Lang=te, ml: change [t.#] [d.#]
Lang=hi, change [d.#]
git-svn-id: https://espeak.svn.sourceforge.net/svnroot/espeak/trunk@356 d46cf337-b52f-0410-862d-fd96e6ae7743
12 years ago
Reece H. Dunn
e841816365
Don't symlink espeak-data, set ESPEAK_DATA_PATH instead.
12 years ago
jonsd
adcb83fcf9
[1.47.09]
Fix: lookup in *_list occasionally find the wrong word.
Languages changes: hi, ne, sl.
git-svn-id: https://espeak.svn.sourceforge.net/svnroot/espeak/trunk@351 d46cf337-b52f-0410-862d-fd96e6ae7743
12 years ago
jonsd
4a670d0f57
[1.47.08]
Add API function: espeak_TextToPhonemes().
git-svn-id: https://espeak.svn.sourceforge.net/svnroot/espeak/trunk@349 d46cf337-b52f-0410-862d-fd96e6ae7743
12 years ago
jonsd
271448af9c
[1.47.07b]
Reinstate language "az" (Azerbaijani) as a test voice.
Language changes: ga, hy, pt, sk.
Generate character names for subscript and superscript letters and digits.
git-svn-id: https://espeak.svn.sourceforge.net/svnroot/espeak/trunk@347 d46cf337-b52f-0410-862d-fd96e6ae7743
12 years ago
jonsd
93cc76768c
[1.47.07a]
Use internal data for iswalpha(), towlower() for characters up to U+024F.
Language changes: es, nl, pt, tr, vi.
git-svn-id: https://espeak.svn.sourceforge.net/svnroot/espeak/trunk@346 d46cf337-b52f-0410-862d-fd96e6ae7743
12 years ago
jonsd
eeb49d1d5f
[1.47.06]
Language changes: da, en. nl, pt.
git-svn-id: https://espeak.svn.sourceforge.net/svnroot/espeak/trunk@343 d46cf337-b52f-0410-862d-fd96e6ae7743
12 years ago
jonsd
30470ac888
[1.47.05a]
Fix: Speak character name of non-ascii digits (was speaking character code number).
git-svn-id: https://espeak.svn.sourceforge.net/svnroot/espeak/trunk@342 d46cf337-b52f-0410-862d-fd96e6ae7743
12 years ago
jonsd
43b2ae4987
[1.47.05]
Fix: [v] sound missing in French voice.
Fix: command-line -w '' caused crash.
git-svn-id: https://espeak.svn.sourceforge.net/svnroot/espeak/trunk@339 d46cf337-b52f-0410-862d-fd96e6ae7743
12 years ago
jonsd
33577a399f
[1.47.04a]
Fix: SSML <voice> </voice> lost the current voice.
Fix: French Mbrola voices.
Command-line, add --ipa=3 separates phoneme names with underscores.
Language changes, an, hi, pt.
git-svn-id: https://espeak.svn.sourceforge.net/svnroot/espeak/trunk@338 d46cf337-b52f-0410-862d-fd96e6ae7743
12 years ago
jonsd
e5cc887ce5
[1.47.04]
Official release
git-svn-id: https://espeak.svn.sourceforge.net/svnroot/espeak/trunk@337 d46cf337-b52f-0410-862d-fd96e6ae7743
12 years ago
jonsd
394869c5c2
[1.47.03f]
Fix, speak letter names of Hangul (Korean) characters.
Fix, ChangePhoneme(NULL) caused problems for word-gap options.
Recognize Arabic comma U+060C.
Languages changes: pt, nl, bn, te, da.
git-svn-id: https://espeak.svn.sourceforge.net/svnroot/espeak/trunk@336 d46cf337-b52f-0410-862d-fd96e6ae7743
12 years ago
jonsd
665afbf8d2
[1.47.03e]
lang=zh: Fix: was speaking Chinese character names as character codes.
lang=hr, sr: Fix: speak Cyrillic character names in the local langauge.
Phoneme definitions: add new statement type "LengthAdd <signed number>".
git-svn-id: https://espeak.svn.sourceforge.net/svnroot/espeak/trunk@335 d46cf337-b52f-0410-862d-fd96e6ae7743
12 years ago
jonsd
473e9abc15
[1.47.03d]
Lang=ml, change aspirated voiced consonants.
Lang=ko, define temporary replacements for undefined consonant phonemes.
Lang=bn, fix numbers.
git-svn-id: https://espeak.svn.sourceforge.net/svnroot/espeak/trunk@334 d46cf337-b52f-0410-862d-fd96e6ae7743
12 years ago
jonsd
61edd2d38f
[1.47.03c]
Phoneme definition files: added prev2PhW() and next3PhW().
Added language: ms (Malay).
git-svn-id: https://espeak.svn.sourceforge.net/svnroot/espeak/trunk@332 d46cf337-b52f-0410-862d-fd96e6ae7743
12 years ago
jonsd
180f381936
[1.47.03b]
Command line option --voices:
Replace spaces in voice name by underscores.
Show hyphen if no gender is specified.
--voices=<directory> shows the voices in the specified subdirectory.
Language changes: bn (Bengali), an.
git-svn-id: https://espeak.svn.sourceforge.net/svnroot/espeak/trunk@331 d46cf337-b52f-0410-862d-fd96e6ae7743
12 years ago
jonsd
be3933d1d3
[1.47.03a]
Change sound of Portugal 'rr' and initial 'r'.
Fixed for Aragonese ordinal numbers.
git-svn-id: https://espeak.svn.sourceforge.net/svnroot/espeak/trunk@330 d46cf337-b52f-0410-862d-fd96e6ae7743
12 years ago
jonsd
2f2eee48a2
[1.47.03]
git-svn-id: https://espeak.svn.sourceforge.net/svnroot/espeak/trunk@329 d46cf337-b52f-0410-862d-fd96e6ae7743
12 years ago
jonsd
8cba4d3b96
[1.47.02]
Fixed crash in Russian voice.
git-svn-id: https://espeak.svn.sourceforge.net/svnroot/espeak/trunk@328 d46cf337-b52f-0410-862d-fd96e6ae7743
12 years ago
jonsd
4634aa43a5
[1.47.01]
git-svn-id: https://espeak.svn.sourceforge.net/svnroot/espeak/trunk@320 d46cf337-b52f-0410-862d-fd96e6ae7743
12 years ago
jonsd
42028ac8ce
[1.46.53]
espeakedit, show path to phsource when compiling.
git-svn-id: https://espeak.svn.sourceforge.net/svnroot/espeak/trunk@319 d46cf337-b52f-0410-862d-fd96e6ae7743
12 years ago
jonsd
cecf81577e
[1.46.52]
klatt voices, Added nasal formant value to nasal vowels.
Fixed bug: speaking "hyphen" between two words with $combine attribute.
Language changes: an, pt, ta.
git-svn-id: https://espeak.svn.sourceforge.net/svnroot/espeak/trunk@318 d46cf337-b52f-0410-862d-fd96e6ae7743
12 years ago
jonsd
e75e5d9258
[1.46.51]
Language changes: da.
Fixed crash bug (in lang=hi), affects prevVowel(), isFirstVowel, etc in phoneme definitions.
git-svn-id: https://espeak.svn.sourceforge.net/svnroot/espeak/trunk@317 d46cf337-b52f-0410-862d-fd96e6ae7743
12 years ago
jonsd
22289456f8
[1.46.50]
Language changes: an, pt, ta.
git-svn-id: https://espeak.svn.sourceforge.net/svnroot/espeak/trunk@316 d46cf337-b52f-0410-862d-fd96e6ae7743
12 years ago
jonsd
fbe9539748
[1.46.49]
Fix: character names sometimes not spoken correctly if they are from another language's dictionary.
git-svn-id: https://espeak.svn.sourceforge.net/svnroot/espeak/trunk@315 d46cf337-b52f-0410-862d-fd96e6ae7743
12 years ago
jonsd
ce83ffae85
[1.46.48]
Language change: pt.
git-svn-id: https://espeak.svn.sourceforge.net/svnroot/espeak/trunk@314 d46cf337-b52f-0410-862d-fd96e6ae7743
12 years ago