jonsd
1e518f1df2
[1.46.33]
Fix bug, some letter names spoken wrongly (eg. accented letters).
Recognize Arabic full-stop (U+06D4).
Changes to languages: en, pt, ka.
git-svn-id: https://espeak.svn.sourceforge.net/svnroot/espeak/trunk@299 d46cf337-b52f-0410-862d-fd96e6ae7743
12 years ago
jonsd
a3ad82219d
[1.46.32]
Language changes: en, pt, da, an, fa.
git-svn-id: https://espeak.svn.sourceforge.net/svnroot/espeak/trunk@298 d46cf337-b52f-0410-862d-fd96e6ae7743
12 years ago
jonsd
b590876def
[1.46.31]
Added languages: fa (Farsi), an (Aragon).
Changes to languages: pt, si, ne.
git-svn-id: https://espeak.svn.sourceforge.net/svnroot/espeak/trunk@297 d46cf337-b52f-0410-862d-fd96e6ae7743
12 years ago
Reece H. Dunn
a24b46f880
autotools: use the variables from autotools for the install locations.
12 years ago
Reece H. Dunn
1dc6c0a57d
src/Makefile.am: Don't make 'install' depend on 'all'.
This fixes the issue where installing will re-generate
the voices and may sometimes fail setting up the
shadow directories in the espeak-data folder.
12 years ago
jonsd
93674337f4
[1.46.30]
Changes to langauges: ta, sl, pt, en
git-svn-id: https://espeak.svn.sourceforge.net/svnroot/espeak/trunk@296 d46cf337-b52f-0410-862d-fd96e6ae7743
12 years ago
Reece H. Dunn
68ec09ab57
Use the ucd-tools toupper/tolower APIs instead of the Android versions.
12 years ago
Reece H. Dunn
8bafda70e2
Use the new ucd-tools project for wide-character compatibility on Android.
12 years ago
Reece H. Dunn
95b368bc68
Add wctype compatibity for Unicode characters on Android.
12 years ago
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