summaryrefslogtreecommitdiffstats
path: root/pico/lang
Commit message (Collapse)AuthorAgeFilesLines
* Clean up makefiles for TTS data files.Jean-Baptiste Queru2010-10-068-28/+36
| | | | | | | | | | | | This makes them look more like product definition files that can better fit in a product inheritance chain. Also, add a product definition file that includes all languages (amusingly, that's the only combination that's ever used). Bug: 3065214 Change-Id: I42ef6038b7bda5a045562505e4bb2308e36b09f7
* Fix bug 2373038Jean-Michel Trivi2010-02-032-0/+0
| | | | | Patch from SVOX to fix the noise corruption issue in es-ES. Added new test file to track regressions that are not related to XSAMPA.
* Patches from SVOX on lingware for de-DE, en-US, fr-FR for XSAMPA support.Jean-Michel Trivi2010-02-036-0/+0
| | | | | | | | | | | | | | Test updates to reflect fixes (in comments) and expand tests to allow direct comparison between XSAMPA version and text version. Fixes: - de-DE: v Wahl "va:l fixed - en-GB: A: (US) long "lA:N fixed - en-US: l long "lA:N fixed - fr-FR: H juin "ZHE~ fixed l long "lO~ fixed l long "lO~ (in a sentence) fixed w coin "kwE~ fixed
* The automerger missed this change, and then skipped when we switched ↵Jean-Michel Trivi2010-01-2712-0/+0
| | | | | | | | | | | branches merge paths. Patch from SVOX: new lingware files for all languages. en-US and en-GB are now XSAMPA compatible. Updated respective test files to include cross-english tests. en-GB passes en-US tests en-US passes en-GB tests except for the following diphtongs: "I_@", "U_@" and "e_@"
* Contribute to fixing bug 2105195 where some phonemmes are not correctlyJean-Michel Trivi2009-10-232-0/+0
| | | | | | | | | | | | | | | | | | pronounced by the TTS engine, and some are causing the whole utterance to be unintelligible. This is NOT a code change, this is a change in the language files for the SVOX Pico TTS engine for en-US. Contact at SVOX was unable to say whether the lingware correction was in the language resource files or in the tools to generate the lingware files. These new files correct identified "pollution" issues, that is cases where a problem synthesizing one part of the utterance affects the rest of the content that would otherwise be synthesized correctly. The updated test file for en-US reflects the corrected issues. More tests are underway to validate the new files, but initial tests are conclusive and would fix issues with applications that use phonemic input for the TTS engine. DrNo (David Sparks) is aware of this update, and which applications use phonemic input.
* Integrate the latest SVOX en-US update with the following improvements:Jean-Michel Trivi2009-08-211-0/+0
| | | | | | -preprocessing rules for words written with hyphen ("co-pilot") -preprocessing rules for chapter number reading ("1.0.0”) -a number of words (6085) added to the external lexicon with explicit transcritions specified
* 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