Reece H. Dunn
d1c56e6120
Android: Fix installing the voices -- use the new espeak-ng-data path.
8 years ago
Reece H. Dunn
8fe359d0e4
Remove unused imports.
10 years ago
Reece H. Dunn
dea3ee743f
FileUtils: Set the initial size of the ByteArrayOutputStream buffer.
12 years ago
Reece H. Dunn
bbad97c194
Move the file-related helper methods to a FileUtils class.
12 years ago
Reece H. Dunn
b3d5e46b83
Remove unused import statements.
12 years ago
Reece H. Dunn
bd2d3803cc
CheckVoiceData.java: dataPath is no longer used, so remove it.
12 years ago
Reece H. Dunn
9d30f6e7a0
CheckVoiceData.java: The filter method is no longer used, so remove it.
12 years ago
Reece H. Dunn
3815c54cbb
CheckVoiceData.java: remove a comment about not returning data that is deprecated in API 18.
12 years ago
Reece H. Dunn
3d0364ffce
CheckVoiceData.java: don't use the deprecated EXTRA_CHECK_VOICE_DATA_FOR value
This is used to filter the list of languages returned. However, the
filtering is not needed on the engine side as the client can simply
enumerate through all the available voices instead.
12 years ago
Reece H. Dunn
7c0f855cac
CheckVoiceData.java: use CHECK_VOICE_DATA_FAIL instead of CHECK_VOICE_DATA_MISSING_DATA to fix a deprecated warning using API 18.
12 years ago
Reece H. Dunn
7ee59ed331
SpeechSynthesis: factor out the Voice class into its own file.
12 years ago
Reece H. Dunn
ce94bf8cdf
CheckVoiceData: only list English as unavailable if the base resources are not present.
12 years ago
Reece H. Dunn
7570253b95
Do not attempt an install in CheckVoiceData.
The android.speech.tts.engine.CHECK_TTS_DATA intent should just
check that the TTS data is OK. It should not attempt a
download/install of the TTS data.
12 years ago
Reece H. Dunn
31b2bf0c56
CheckVoiceData.java: don't check for any voices as they can change directory layout
12 years ago
Reece H. Dunn
a7a810a009
CheckVoiceData.java: remove unused import statement.
12 years ago
Reece H. Dunn
9f2293221d
Support installing the voices if the voice data signature has changed.
12 years ago
Reece H. Dunn
026110c64d
CheckVoiceData: MODE_WORLD_READABLE is deprecated; use MODE_PRIVATE instead (the data is accessed via a Service).
12 years ago
Reece H. Dunn
b5db940457
Note where the languages come from for language selection.
12 years ago
Reece H. Dunn
123e55a39c
Relocate the package to com.reecedunn.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
507cb27df0
pull in the espeak activity sources from eyes-free
12 years ago