summaryrefslogtreecommitdiffstats
path: root/pico/lang
Commit message (Collapse)AuthorAgeFilesLines
* Updating the TextToSpeech data files to make the TTS sound louder.Charles Chen2009-08-146-0/+0
| | | | This is a fix for bug 2046705.
* Fix bug 2046705. Check in the latest en-US TTS voice file received from SVOX.Jean-Michel Trivi2009-08-111-0/+0
|
* Fix bug 2022411.Jean-Michel Trivi2009-08-057-0/+98
| | | | | | | | | | | | | Added support for TTS language files to be loaded from the system partition if they are not available on the regular path (sdcard). This involves changing the check for the availability of a language (first check in the system path, then check the sdcard), and the language switch code (try to load from the system path if cannot load from sdcard). Modified the CheckVoiceData activity (which checks for the installation of all language files) to check on both the sdcard and the system path. Added makefiles for copying language files to the system image, PicoLangDefaultInSystem.mk will be used in another CL to copy a default language to the system.
* Updating binary voice files for en-US for better quality.Charles Chen2009-07-291-0/+0
| | | | | | Changing the Intent extra for getting the voice data root directory to match the current naming of that variable in TextToSpeech.java.
* Adding in tree the SVOX language files for the PICO Text-To-Speech engine.Jean-Michel Trivi2009-06-0812-0/+0