Reece H. Dunn
1a28553d4c
Add tests for the data returned by the SpeechSynthesis class, specifically the Voice locale entries.
12 years ago
Reece H. Dunn
437a660cda
Rework the launcher icon so it is different to the eyes-free icon, using the eSpeak lips icon as the reference.
12 years ago
Reece H. Dunn
e8a718ebf5
Target API 17
12 years ago
Reece H. Dunn
777254e10d
Remove unused drawable files
12 years ago
Reece H. Dunn
65d0bd4548
Rename 'eSpeak TTS' to 'eSpeak' to distinguish between the eyes-free port.
12 years ago
Reece H. Dunn
a79fe17681
Fix exported activities/services/providers warning in the manifest.
12 years ago
Reece H. Dunn
681f7475d3
Update the package version to reflect the espeak version.
12 years ago
Reece H. Dunn
123e55a39c
Relocate the package to com.reecedunn.espeak
12 years ago
Reece H. Dunn
8f2ea37c7a
Remove cleanup of the legacy directory as this port does not have a legacy directory; removes the need for the WRITE_EXTERNAL_STORAGE permission.
12 years ago
Reece H. Dunn
5998278dda
eSpeakActivity: don't report an error if mVoices is null, set the installed voices to 0.
12 years ago
Reece H. Dunn
e27a218592
onDataChecked may be called *after* onInitialized is called, in which case mVoices will be null; set the voice count in onDataChecked to avoid problems
12 years ago
Reece H. Dunn
e346c86cb7
Fix the 'leaked ServiceConnection' error.
12 years ago
Reece H. Dunn
bf45142f5d
Fix the pitch mapping between Android and eSpeak.
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
7afbbf57d5
espeak specifies rate in WPM but android specifies it as a percentage, therefore correctly scale against the default espeak WPM
12 years ago
Reece H. Dunn
9f2137a8ff
Add an 'Update voices' button to manually trigger an update.
12 years ago
Reece H. Dunn
99e63c4b2e
espeakdadta.zip: fix the directory structure
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
7103594ff5
.gitignore: ignore the gen directory
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
5f8a2aa991
Build espeakdata.zip in the correct place so it is picked up by the apk and update it to 1.46.29
12 years ago
Reece H. Dunn
aad02ea440
Clean up some easy to fix warnings in the Java code.
12 years ago
Reece H. Dunn
c24913aec3
Use a pointer to a stack object for 'silence' instead of allocating memory to avoid a memory leak.
12 years ago
Reece H. Dunn
e62cfa7c76
Add LOGE traces for error codes returned by the espeak functions.
12 years ago
Reece H. Dunn
7007dd7608
Do not call (Get|Release)StringUTFChars with a null value as this will crash the eSpeak service.
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
ec7eca3c0d
.gitignore: ignore android build output
12 years ago
Reece H. Dunn
e68eb2f41d
Merge branch 'master' into android
Conflicts:
12 years ago
Reece H. Dunn
400334c4b9
autotools: fix espeak-data dictionary dependencies so they can be built from a clean tree
12 years ago
Reece H. Dunn
a953b93613
Makefile.am: add an android target to build the espeak-data.zip espeak-data-en_only.zip data files.
12 years ago
Reece H. Dunn
fad60f3750
remove build output files
12 years ago
Reece H. Dunn
c0b83f7f93
src/tr_languages.cpp: fix a duplicate case statement after merge
12 years ago
Reece H. Dunn
29e93f6759
Merge branch 'master' into android
Conflicts:
README
dictsource/dict_log
dictsource/dict_phonemes
phsource/compile_report
phsource/error_log
phsource/vowel/vowelchart.png
phsource/vowelcharts/af.png
phsource/vowelcharts/am.png
phsource/vowelcharts/bo.png
phsource/vowelcharts/ca.png
phsource/vowelcharts/cs.png
phsource/vowelcharts/de.png
phsource/vowelcharts/en-n.png
phsource/vowelcharts/en-us.png
phsource/vowelcharts/en-wm.png
phsource/vowelcharts/en.png
phsource/vowelcharts/es-la.png
phsource/vowelcharts/es.png
phsource/vowelcharts/et.png
phsource/vowelcharts/fa.png
phsource/vowelcharts/fr-ca.png
phsource/vowelcharts/fr.png
phsource/vowelcharts/hi.png
phsource/vowelcharts/ht.png
phsource/vowelcharts/hu.png
phsource/vowelcharts/ka.png
phsource/vowelcharts/kk.png
phsource/vowelcharts/ml.png
phsource/vowelcharts/mt.png
phsource/vowelcharts/ne.png
phsource/vowelcharts/nl.png
phsource/vowelcharts/pt-pt.png
phsource/vowelcharts/si.png
phsource/vowelcharts/sk.png
phsource/vowelcharts/sq.png
phsource/vowelcharts/tn.png
phsource/vowelcharts/tr.png
platforms/big_endian/phondata-manifest
12 years ago
Reece H. Dunn
ca9f455dd1
autotools: link README to README.md in autogen.sh to make autotools happy.
12 years ago
Reece H. Dunn
3a69077091
README.md: add instructions on how to build and install eSpeak for Android.
12 years ago
Reece H. Dunn
ed37705c55
Convert README to markdown.
12 years ago
Reece H. Dunn
ec831ae6c7
Convert README to markdown.
12 years ago
Reece H. Dunn
87896196d3
Convert README to markdown.
12 years ago
Reece H. Dunn
507cb27df0
pull in the espeak activity sources from eyes-free
12 years ago
Reece H. Dunn
2b78ade000
pull in the android JNI bindings from eyes-free
12 years ago
Reece H. Dunn
0bd76a88fa
Add an Application.mk file to build for armeabi, armeabi-v7a and x86
12 years ago
Reece H. Dunn
ca4f072da6
Android.mk: fix the location of the espeak sources and exclude espeakedit from the build
12 years ago
Reece H. Dunn
e48f9c9908
1.46.02 -- android build scripts (from the eyes-free project)
12 years ago
Reece H. Dunn
f9b7bbab1c
1.46.02
12 years ago
Reece H. Dunn
af7bcb113c
Merge branch 'development'
12 years ago
Reece H. Dunn
82eefb5943
1.46.29 (from http://espeak.sourceforge.net/test/latest.html)
12 years ago
Reece H. Dunn
d6bc97156f
Merge branch 'upstream' into development
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