From 3cebc19d44aba7d72b0154655cdd2b70cb2be32a Mon Sep 17 00:00:00 2001 From: Jean-Michel Trivi Date: Mon, 26 Oct 2009 18:03:15 -0700 Subject: 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. --- pico/tts/com_svox_picottsengine.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pico') 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, ""}, /* mid level */ {0x02E9, ""}, /* extra low level */ - {0x025D, "3`"}, /* non-IPA %% */ + {0x025D, "3`:"}, /* non-IPA %% */ /* Affricates (6) complete */ {0x02A3, "d_z"}, -- cgit v1.1