Re: [orca-list] Capital, Capital, Capital



Bohdan wrote:

This is limitation of "key" command - double quote, space and
underscore must not be send as-is, but must be defined 'by name'.
There is synthesizer problem and probably will be fixed in eSpeak
(Jonathan promised to think about it).

This is fixed in eSpeak 1.36 (now in Ubuntu Hardy for Beta Release).

<say-as interpret-as="tts:key">_</say_as>
<say-as interpret-as="tts:key">"</say_as>
<say-as interpret-as="tts:key">&#32;</say_as>

and the equivalent API calls:
espeak_Key("_");
espeak_Key("\"");
espeak_Key(" ");

speak "underscore", "quotes", and "space", or the equivalent in the
current language.




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]