summaryrefslogtreecommitdiffstats
path: root/pico
diff options
context:
space:
mode:
authorJean-Michel Trivi <jmtrivi@google.com>2009-10-26 18:03:15 -0700
committerJean-Michel Trivi <jmtrivi@google.com>2009-10-26 18:03:15 -0700
commit3cebc19d44aba7d72b0154655cdd2b70cb2be32a (patch)
treef57f8266e29eb6779b65e6c9668db005d371c032 /pico
parent89292811b7fe82e5c14fa13942779763627e26db (diff)
downloadexternal_svox-3cebc19d44aba7d72b0154655cdd2b70cb2be32a.zip
external_svox-3cebc19d44aba7d72b0154655cdd2b70cb2be32a.tar.gz
external_svox-3cebc19d44aba7d72b0154655cdd2b70cb2be32a.tar.bz2
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.
Diffstat (limited to 'pico')
-rw-r--r--pico/tts/com_svox_picottsengine.cpp2
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"},