Reece H. Dunn
4d44e88dd2
TtsService: support detecting SSML documents
12 years ago
Reece H. Dunn
1ac6d04c48
eSpeakActivity.java: support speaking specified text in the activity.
12 years ago
Reece H. Dunn
36b86799b3
eSpeakActivity.java: fix the 'X has leaked a ServiceConnection' error.
The TTS engine should be destroyed in the onStop method, not the
onDestroy method to prevent it being used in the stopped state.
12 years ago
Reece H. Dunn
904d3568d2
Merge commit 'e20c295c75' into android
Conflicts:
phsource/vowel/vowelchart.png
12 years ago
Reece H. Dunn
c6cca792ee
Correctly handle the new vi-hue language.
12 years ago
Reece H. Dunn
0e46be1177
Merge commit 'e4854a9cd6' into android
Conflicts:
src/voices.cpp
12 years ago
Reece H. Dunn
2c06ab5d7d
Merge commit '3b2094592c' into android
12 years ago
Reece H. Dunn
ef40dee48c
Don't use espeakSSML when synthesizing text as this causes problems for some text.
12 years ago
Reece H. Dunn
932907ddc6
Don't check in espeakdata.zip to version control every time it changes.
The espeakdata.zip file is a generated file that can be recreated
by running the `make android` command. It takes up ~ 900 Kb of space
and changes significantly every time it is built.
12 years ago
Reece H. Dunn
e20c295c75
Merge branch 'development'
12 years ago
Reece H. Dunn
75e239dadc
1.46.38 (from http://espeak.sourceforge.net/test/latest.html)
12 years ago
Reece H. Dunn
1228e4270e
Merge branch 'upstream' into development
Conflicts:
dictsource/dict_phonemes
phsource/compile_report
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
Reece H. Dunn
e4854a9cd6
Merge branch 'development'
12 years ago
Reece H. Dunn
5f2c8175c1
1.46.37 (from http://espeak.sourceforge.net/test/latest.html)
12 years ago
Reece H. Dunn
303404766e
Merge branch 'upstream' into development
Conflicts:
dictsource/dict_phonemes
phsource/compile_report
platforms/windows/espeakedit/src/speech.h
platforms/windows/espeakedit/src_copy/speech.h
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
Reece H. Dunn
3b2094592c
Merge branch 'development'
12 years ago
Reece H. Dunn
c1e02cb0b8
1.46.35 (from http://espeak.sourceforge.net/test/latest.html)
12 years ago
Reece H. Dunn
ee26fcec34
Merge branch 'upstream' into development
Conflicts:
dictsource/dict_phonemes
phsource/compile_report
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
Reece H. Dunn
dca165e28d
Merge branch 'development'
12 years ago
Reece H. Dunn
1de6c42722
Merge branch 'upstream' into development
Conflicts:
dictsource/dict_phonemes
phsource/compile_report
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
bfc2bd2495
Merge branch 'development'
12 years ago
Reece H. Dunn
cd6a5c6834
1.46.34 (from http://espeak.sourceforge.net/test/latest.html)
12 years ago
Reece H. Dunn
6594f081e6
eSpeak for Android 1.46.32 (rev: 10)
12 years ago
Reece H. Dunn
2c1c3c53bd
espeakdata: add a default group to the fa_rules file so it compiles correctly
12 years ago
Reece H. Dunn
48fa803bc4
TtsService.java: ensure that the voice data is installed/upgraded correctly.
When using assistive technology like TalkBack and not accessing
either the eSpeak application or the Android TTS settings
directly, the voice data would previously not be installed/upgraded
correctly.
The approach here is to move the logic to onIsLanguageAvailable so
that if the espeak voice data is not installed or is upgradable
then trigger an install of the voice data and return
TextToSpeech.LANG_MISSING_DATA.
12 years ago
Reece H. Dunn
199029e97e
TtsService.java: use the context from the TtsService object itself
12 years ago
Reece H. Dunn
60e89f4f58
Merge branch 'development'
12 years ago
Reece H. Dunn
5e673ec285
1.46.33 (from http://espeak.sourceforge.net/test/latest.html)
12 years ago
Reece H. Dunn
d9e0cbd4c2
Merge branch 'upstream' into development
Conflicts:
dictsource/dict_phonemes
phsource/compile_report
12 years ago
Reece H. Dunn
9d0a23bb1c
TtsService.java: also report TextToSpeech.LANG_MISSING_DATA if the base resources are not found or the data can be upgraded.
12 years ago
Reece H. Dunn
1e52512637
TtsService.java: report TextToSpeech.LANG_MISSING_DATA if the engine has not been initialized.
12 years ago
Reece H. Dunn
a7bb3eb790
Make eSpeak-specific setting changes apply immediately.
This reverts commit 433a0a0455
.
The issue here appears to be that the process the eSpeak commands are
processed from to generate the speech differs from the one used to
modify the settings. This appears to be enough to cause it to not
get the updated settings until the process is restarted.
Thanks to Peter Vagner for locating the cause.
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
Reece H. Dunn
a7a810a009
CheckVoiceData.java: remove unused import statement.
12 years ago
Reece H. Dunn
7f6bfd929b
TtsSettingsActivity.java: use PreferenceFragment on Honeycomb and later.
12 years ago
Reece H. Dunn
af41da058f
Merge branch 'master' into android
12 years ago
Reece H. Dunn
6a74024a9e
Merge branch 'development'
12 years ago
Reece H. Dunn
2ec786ae07
Merge branch 'upstream' into development
Conflicts:
dictsource/dict_phonemes
phsource/compile_report
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
Reece H. Dunn
0c499c84e9
eSpeak for Android 1.46.31 (rev: 9)
12 years ago
Reece H. Dunn
3f5b5bb521
android: support the Aragonese and Farsi/Persian voices from 1.46.31
12 years ago
Reece H. Dunn
b425ded8f0
Merge branch 'master' into android
Conflicts:
src/voices.cpp
12 years ago
Reece H. Dunn
099b6a3bbb
autotools: build the 'an' and 'fa' dictionaries
12 years ago
Reece H. Dunn
2d0b6b7dee
Merge branch 'development'
12 years ago
Reece H. Dunn
2fbab050f9
1.46.31 (from http://espeak.sourceforge.net/test/latest.html)
12 years ago