jonsd
ad8798cf22
[1.46.44]
Added language: ga (Irish).
Languages changes: en-us, eo, hu, pt, ta, vi
git-svn-id: https://espeak.svn.sourceforge.net/svnroot/espeak/trunk@310 d46cf337-b52f-0410-862d-fd96e6ae7743
12 years ago
jonsd
2d64d32893
[1.46.43]
language changes: da, pt
git-svn-id: https://espeak.svn.sourceforge.net/svnroot/espeak/trunk@309 d46cf337-b52f-0410-862d-fd96e6ae7743
12 years ago
jonsd
70915e2a92
[1.46.42]
Command line option -X now lists *_list flags by name.
git-svn-id: https://espeak.svn.sourceforge.net/svnroot/espeak/trunk@308 d46cf337-b52f-0410-862d-fd96e6ae7743
12 years ago
jonsd
1a0f4af8c5
[1.46.41]
git-svn-id: https://espeak.svn.sourceforge.net/svnroot/espeak/trunk@307 d46cf337-b52f-0410-862d-fd96e6ae7743
12 years ago
jonsd
83bc87a000
[1.46.40]
Command line option --ipa can have option to include Tie or ZWJ characters to disabmiguate multi-letter phoneme names.
Recognize and ignore UTF8-BOM byte sequence at the start of phoneme definition files.
Languages changes: ta, nl, pt.
git-svn-id: https://espeak.svn.sourceforge.net/svnroot/espeak/trunk@306 d46cf337-b52f-0410-862d-fd96e6ae7743
12 years ago
Reece H. Dunn
0fdba9386d
src/compiledata.cpp: only call DrawEnvelopes if MAKE_ENVELOPES is defined
12 years ago
jonsd
3eb5cb58d7
[1.46.39]
Fixes to speaking characters from foreign alphabets.
Allow $textmode and $text to translate between words in different alphabets.
git-svn-id: https://espeak.svn.sourceforge.net/svnroot/espeak/trunk@305 d46cf337-b52f-0410-862d-fd96e6ae7743
12 years ago
jonsd
6ee501b5bb
[1.46.38]
Speak names of characters in non-native alphabets (eg. non-Latin).
Language changes: en, nl, pt.
git-svn-id: https://espeak.svn.sourceforge.net/svnroot/espeak/trunk@304 d46cf337-b52f-0410-862d-fd96e6ae7743
12 years ago
jonsd
182d88f81e
[1.46.37]
Fixes for different sample rates.
Fix bug in 1.46.36 where pause at end of a sentence was missing.
git-svn-id: https://espeak.svn.sourceforge.net/svnroot/espeak/trunk@303 d46cf337-b52f-0410-862d-fd96e6ae7743
12 years ago
jonsd
9172b74343
[1.46.36]
espeakedit: Prosody window now shows the FMT() or WAV() filename
and the standard length of the selected phoneme.
Added the ability to produce speech at different sample rates.
To use rates other than the default 22050Hz, the phoneme data must
be recompiled. This needs the "sox" program to be available.
(sox.sourceforge.net).
espeakedit: Added menu option to compile the phoneme data at a
specified sample rate (rather than the default 22050Hz).
phondata: Includes the value of the sample rate at which the data was compiled.
Language changes: pt.
git-svn-id: https://espeak.svn.sourceforge.net/svnroot/espeak/trunk@302 d46cf337-b52f-0410-862d-fd96e6ae7743
12 years ago
jonsd
62e163701b
[1.46.35]
Added error detection in espeak_Synchronize().
Compile Phonemes: fixed resampling of WAV files to eSpeak's sample rate (needs 'sox').
Language changes: pt, en, fa.
git-svn-id: https://espeak.svn.sourceforge.net/svnroot/espeak/trunk@301 d46cf337-b52f-0410-862d-fd96e6ae7743
12 years ago
jonsd
d07bc6bfa5
[1.46.34]
Changes to languages: pt, en, vi
git-svn-id: https://espeak.svn.sourceforge.net/svnroot/espeak/trunk@300 d46cf337-b52f-0410-862d-fd96e6ae7743
12 years ago
Reece H. Dunn
cd6a5c6834
1.46.34 (from http://espeak.sourceforge.net/test/latest.html)
12 years ago
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