diff options
author | Jean-Michel Trivi <jmtrivi@google.com> | 2009-10-28 11:38:40 -0700 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2009-10-28 11:38:40 -0700 |
commit | a7a70901c2e21e339418d4374955477af62f31e8 (patch) | |
tree | 1392cda07e7133a90a7bb7b2be4a4efa0f260936 | |
parent | 20f2e8be160f36e5efea3f20e58de4aa6e265e74 (diff) | |
parent | 3cebc19d44aba7d72b0154655cdd2b70cb2be32a (diff) | |
download | external_svox-a7a70901c2e21e339418d4374955477af62f31e8.zip external_svox-a7a70901c2e21e339418d4374955477af62f31e8.tar.gz external_svox-a7a70901c2e21e339418d4374955477af62f31e8.tar.bz2 |
am 3cebc19d: Contribute to fixing 2105195. Fix the IPA to XSAMPA mapping for the rhotacized open-mid central phoneme (code 0x025D). This corrects the issue where the "ur" sound in "fur" or "nurse" causes the Pico engine to synthesize garbage when using IPA input.
Merge commit '3cebc19d44aba7d72b0154655cdd2b70cb2be32a' into eclair-mr2
* commit '3cebc19d44aba7d72b0154655cdd2b70cb2be32a':
Contribute to fixing 2105195. Fix the IPA to XSAMPA mapping for
-rw-r--r-- | pico/tts/com_svox_picottsengine.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pico/tts/com_svox_picottsengine.cpp b/pico/tts/com_svox_picottsengine.cpp index 258f32c..6fb0ac7 100644 --- a/pico/tts/com_svox_picottsengine.cpp +++ b/pico/tts/com_svox_picottsengine.cpp @@ -954,7 +954,7 @@ PArr PhnAry[phn_cnt] = { {0x02E7, "<M>"}, /* mid level */ {0x02E9, "<B>"}, /* extra low level */ - {0x025D, "3`"}, /* non-IPA %% */ + {0x025D, "3`:"}, /* non-IPA %% */ /* Affricates (6) complete */ {0x02A3, "d_z"}, |