| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
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_@"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
-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
|
|
|
|
| |
This is a fix for bug 2046705.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
Changing the Intent extra for getting the voice data root
directory to match the current naming of that variable in
TextToSpeech.java.
|
|
|