Reece H. Dunn
e7d6e6d302
GetVoices finds 153 voices, so increase the limit to 200.
12 years ago
Reece H. Dunn
71fb7bce34
Add debugging information to GetVoices.
12 years ago
Reece H. Dunn
c73686c9eb
Support logging debug information to logcat on Android.
12 years ago
Reece H. Dunn
df0f166fb4
Move the android sources to android/... to avoid polluting the APK when it is being built through eclipse
12 years ago
Reece H. Dunn
9f2137a8ff
Add an 'Update voices' button to manually trigger an update.
12 years ago
Reece H. Dunn
4b1bb96b68
TtsService: correctly map android locales to espeak locales in onSynthesizeText using the onLoadLanguage > onIsLanguageAvailable chain to avoid code duplication
12 years ago
Reece H. Dunn
fab65bd5db
eSpeakActivity: use a weak reference in the Handler to avoid memory leaks
12 years ago
Reece H. Dunn
e2d15f6456
nativeSetLanguage is not used, so remove the associated code
12 years ago
Reece H. Dunn
aad02ea440
Clean up some easy to fix warnings in the Java code.
12 years ago
Reece H. Dunn
dfbfec4e05
Improve the logging on the JNI/C++ bindings and document which API versions each implementation targets
12 years ago
Reece H. Dunn
09ba97bdf8
eSpeakActivity: rework the main layout to provide a better L&F
12 years ago
Reece H. Dunn
c0b83f7f93
src/tr_languages.cpp: fix a duplicate case statement after merge
12 years ago
Reece H. Dunn
507cb27df0
pull in the espeak activity sources from eyes-free
12 years ago
Reece H. Dunn
f9b7bbab1c
1.46.02
12 years ago
Reece H. Dunn
82eefb5943
1.46.29 (from http://espeak.sourceforge.net/test/latest.html)
12 years ago
jonsd
de97085d1e
[1.46.29]
Languages changes: it, pt.
Added experimental suffix option to allow multiple suffixes to be removed from a word (eg. (_S2m ).
git-svn-id: https://espeak.svn.sourceforge.net/svnroot/espeak/trunk@295 d46cf337-b52f-0410-862d-fd96e6ae7743
12 years ago
jonsd
dfb316c05d
[1.46.28]
Ignore character U+00AD (soft hyphen) in text.
Added stress rule code for Lang=kl (Greenlandic).
Changes to languages: it, ta, si
git-svn-id: https://espeak.svn.sourceforge.net/svnroot/espeak/trunk@294 d46cf337-b52f-0410-862d-fd96e6ae7743
12 years ago
jonsd
066a898548
[1.46.27]
Changes to: cy, de, ne, pt, ta.
Lang: pt (brazil) change initial 'r' to [h].
Lang: si, say '%' before the number.
git-svn-id: https://espeak.svn.sourceforge.net/svnroot/espeak/trunk@293 d46cf337-b52f-0410-862d-fd96e6ae7743
12 years ago
Reece H. Dunn
d3cc69259c
1.46.26 (from http://espeak.sourceforge.net/test/latest.html)
12 years ago
jonsd
e1fd37b94c
[1.46.26]
espeakedit: Change from wxMDI to wxNotebook for prosody and vowel pages.
espeakedit: (linux) change to wxWidgets 2.8.
git-svn-id: https://espeak.svn.sourceforge.net/svnroot/espeak/trunk@292 d46cf337-b52f-0410-862d-fd96e6ae7743
13 years ago
jonsd
736e6deb28
Numbers: Support "myriad" (10^4) based number systems (lang=ko).
Lang=pt: fix ordinal numbers 11-19.
Lang=en-us: minor vowel changes.
git-svn-id: https://espeak.svn.sourceforge.net/svnroot/espeak/trunk@291 d46cf337-b52f-0410-862d-fd96e6ae7743
13 years ago
jonsd
cd145d0251
[1.46.25]
Changes to: pt, tt, ko.
Phoneme definitions: added NOT operator, eg:
IF NOT nextPh(isVowel) THEN
git-svn-id: https://espeak.svn.sourceforge.net/svnroot/espeak/trunk@290 d46cf337-b52f-0410-862d-fd96e6ae7743
13 years ago
jonsd
1acf8a12de
[1.46.24]
Changes to: pt, tt, es
Added new language data: ko (Korean)
Phoneme definitions, added new condition: prevVowel()
git-svn-id: https://espeak.svn.sourceforge.net/svnroot/espeak/trunk@289 d46cf337-b52f-0410-862d-fd96e6ae7743
13 years ago
jonsd
6afea86ed4
[1.46.23]
Changes to languages: es, pt, ta.
Added initial draft of language: tt (Tatar).
git-svn-id: https://espeak.svn.sourceforge.net/svnroot/espeak/trunk@288 d46cf337-b52f-0410-862d-fd96e6ae7743
13 years ago
Reece H. Dunn
f593793a20
portaudio: remove src/portaudio.h as it can be picked up from /usr/include
13 years ago
Reece H. Dunn
4693bbc917
autotools: detect wxWidgets version via wx-config (wxWidgets 2.8/debian testing support)
13 years ago
Reece H. Dunn
7de46ec58e
autotools: convert src/Makefile to an automake file
13 years ago
jonsd
cd17260b31
[1.46.22]
lang=bs,hr,sr: fix for million numbers
lang=fa, treat ZLNJ character as hyphen
Dictionary changes to lang=pt
git-svn-id: https://espeak.svn.sourceforge.net/svnroot/espeak/trunk@287 d46cf337-b52f-0410-862d-fd96e6ae7743
13 years ago
jonsd
896dccdc01
[1.46.21]
For languages with non-Latin alphabets (eg. Cyrillic), don't allow a mixture of native and Latin characters in a word. Instead break it into separate words.
Dictionary changes for: ta, hu, pt, ne,.
git-svn-id: https://espeak.svn.sourceforge.net/svnroot/espeak/trunk@286 d46cf337-b52f-0410-862d-fd96e6ae7743
13 years ago
jonsd
ad5201d53f
[1.46.20]
Added language "lt" Lithuanian.
Changes to languages: pt, ta, ka.
Allow ZLNJ character (U+200C) to appear as an alphabetic character (lang=fa).
git-svn-id: https://espeak.svn.sourceforge.net/svnroot/espeak/trunk@285 d46cf337-b52f-0410-862d-fd96e6ae7743
13 years ago
jonsd
084584ee16
[1.46.19]
Speak names of characters U+2800 to U+28FF, Braille dot symbols.
Language option to speak numbers which use characters '0' to '9' with the English voice.
Add some more characters to the vowel and consonant lists for Indian languages.
git-svn-id: https://espeak.svn.sourceforge.net/svnroot/espeak/trunk@284 d46cf337-b52f-0410-862d-fd96e6ae7743
13 years ago
jonsd
1dddc6e1f6
[1.46.17]
lang=pt, ordinal numbers and names of accented letters.
git-svn-id: https://espeak.svn.sourceforge.net/svnroot/espeak/trunk@282 d46cf337-b52f-0410-862d-fd96e6ae7743
13 years ago
jonsd
4d64bf10a1
[1.46.15]
git-svn-id: https://espeak.svn.sourceforge.net/svnroot/espeak/trunk@280 d46cf337-b52f-0410-862d-fd96e6ae7743
13 years ago
Reece Dunn
bc2f90455f
1.46.15
13 years ago
Reece Dunn
17be838b1a
1.46.13
13 years ago
jonsd
5513c61919
[1.46.02] release version
git-svn-id: https://espeak.svn.sourceforge.net/svnroot/espeak/trunk@279 d46cf337-b52f-0410-862d-fd96e6ae7743
13 years ago
Reece Dunn
812bd35f73
1.46.11
13 years ago
Reece Dunn
11ffc619fb
Makefile: fix building espeakedit.
13 years ago
Mesar Hameed
296b5abeef
Merge src/Makefile.espeakedit into src/Makefile.
benefits:
Espeakedit now honors the specified USE_AUDIO flag.
Remove duplication.
13 years ago
Reece Dunn
f04e0dccd3
Makefile: fix building espeak
13 years ago
Mesar Hameed
deda2b6488
Makefile: rearrange vars, so that they are near their rules.
13 years ago
Mesar Hameed
0ec25289a0
Makefile: pull out common cppflags, sort filenames alphabetically.
13 years ago
Mesar Hameed
d0346e8456
Makefile: remove redundant variables, rename others for clarity.
13 years ago
Mesar Hameed
e4a0ae70f3
Makefile: pull out common files into a variable.
Makes it easier to see where speak_SOURCES and libspeak_SOURCES differ.
13 years ago
jonsd
5ac192df81
[1.46.10]
Add --version command-line option.
Allow hexadecimal numbers for UTF-8 bytes in rules in *_rules files.
wave_pulse.cpp, ensure wave_close is not called again while waiting.
git-svn-id: https://espeak.svn.sourceforge.net/svnroot/espeak/trunk@278 d46cf337-b52f-0410-862d-fd96e6ae7743
13 years ago
Reece Dunn
5c06650486
1.46.09
13 years ago
Reece Dunn
1d07e97816
1.46.06
13 years ago
jonsd
0617cc4750
[1.46.01]
Improve error detection in *_list files.
Lang=hu, remove feature to unstress the second of two capitalized words at end of clause.
git-svn-id: https://espeak.svn.sourceforge.net/svnroot/espeak/trunk@277 d46cf337-b52f-0410-862d-fd96e6ae7743
13 years ago
Reece Dunn
4eff8623d5
1.46.01
13 years ago
Reece Dunn
fa131df13e
1.45.49
13 years ago