hi
this is time and wheather in arabic language using google tts after modification. pronociation not excellent and not bad.
if someone has an improovement i apreciate that.
you need WUnder plungin
<?xml version="1.0" encoding="utf-16"?>
<!--VoxCommando 2.2.1.4-->
<commandGroup open="False" name="Google TTS Streaming" enabled="True" prefix="" priority="0" requiredProcess="" description="">
<command id="428" name="++ Speak to me google" enabled="true" alwaysOn="False" confirm="False" requiredConfidence="0" loop="False" loopDelay="0" loopMax="0" description="">
<action>
<cmdType>VC.TriggerEvent</cmdType>
<params>
<param>google.tts</param>
<param>.و عليكم السلام و رحمة الله, و بركاته</param>
<param>ar</param>
</params>
<cmdRepeat>1</cmdRepeat>
</action>
<action>
<cmdType>VC.Pause</cmdType>
<params>
<param>3500</param>
</params>
<cmdRepeat>1</cmdRepeat>
</action>
<phrase>assalaamoo alaikom</phrase>
</command>
<command id="452" name="arabic time google" enabled="true" alwaysOn="False" confirm="False" requiredConfidence="25" loop="False" loopDelay="0" loopMax="0" description="">
<action>
<cmdType>VC.TriggerEvent</cmdType>
<params>
<param>google.tts</param>
<param>السلام عليكم, الساعة الان, {DtCustom.h:mm}.</param>
<param>ar</param>
</params>
<cmdRepeat>1</cmdRepeat>
</action>
<action>
<cmdType>OSD.ShowText</cmdType>
<params>
<param>السلام عليكم, الساعة الان, {DtCustom.h:mm}.</param>
</params>
<cmdRepeat>1</cmdRepeat>
</action>
<action>
<cmdType>VC.Pause</cmdType>
<params>
<param>3500</param>
</params>
<cmdRepeat>1</cmdRepeat>
</action>
<phrase>google what time is it</phrase>
</command>
<command id="490" name="arabic wheather google" enabled="true" alwaysOn="False" confirm="False" requiredConfidence="25" loop="False" loopDelay="0" loopMax="0" description="">
<action>
<cmdType>WUnder.GetCustom</cmdType>
<params>
<param>السلام عليكم, درجة الحرارة الان. {C.temp_c}. اما درجة الحرارة القصوى اليوم فهي. {D0.high}</param>
</params>
<cmdRepeat>1</cmdRepeat>
</action>
<action>
<cmdType>Results.SetLastResult</cmdType>
<params>
<param>{LastResult}</param>
</params>
<cmdRepeat>1</cmdRepeat>
</action>
<action>
<cmdType>VC.TriggerEvent</cmdType>
<params>
<param>google.tts</param>
<param>{LastResult}</param>
<param>ar</param>
</params>
<cmdRepeat>1</cmdRepeat>
</action>
<action>
<cmdType>OSD.ShowText</cmdType>
<params>
<param>{LastResult}</param>
</params>
<cmdRepeat>1</cmdRepeat>
</action>
<action>
<cmdType>VC.Pause</cmdType>
<params>
<param>3500</param>
</params>
<cmdRepeat>1</cmdRepeat>
</action>
<action>
<cmdType />
<params />
<cmdRepeat>1</cmdRepeat>
</action>
<phrase>google what's the wheather like</phrase>
</command>
<command id="405" name="Call Google.TTS" enabled="true" alwaysOn="False" confirm="False" requiredConfidence="0" loop="False" loopDelay="0" loopMax="0" description="triggered by an event expecting 2 payloads
{1} text to speech
{2} language code">
<action>
<cmdType>RoboB.Select</cmdType>
<params>
<param>GoogleTranslate</param>
</params>
<cmdRepeat>1</cmdRepeat>
</action>
<action>
<cmdType>RoboB.Navigate</cmdType>
<params>
<param>https://translate.google.com/#en/{2}/{1}</param>
</params>
<cmdRepeat>1</cmdRepeat>
</action>
<event>Google.TTS</event>
</command>
<command id="407" name="Google.TTS ready" enabled="true" alwaysOn="False" confirm="False" requiredConfidence="0" loop="False" loopDelay="0" loopMax="0" description="triggered by an event expecting 2 payloads
{1} text to speech
{2} language code">
<action>
<cmdType>RoboB.Select</cmdType>
<params>
<param>GoogleTranslate</param>
</params>
<cmdRepeat>1</cmdRepeat>
</action>
<action>
<cmdType>RoboB.ElementByID</cmdType>
<params>
<param>gt-res-listen</param>
</params>
<cmdRepeat>1</cmdRepeat>
</action>
<if ifBlockDisabled="False" ifNot="False">
<ifType>LastActionSuccess</ifType>
<ifParams>&&</ifParams>
<then>
<action>
<cmdType>RoboB.Click</cmdType>
<params />
<cmdRepeat>1</cmdRepeat>
</action>
<action>
<cmdType>RoboB.Hide</cmdType>
<params />
<cmdRepeat>1</cmdRepeat>
</action>
</then>
<else>
<action>
<cmdType>RoboB.Show</cmdType>
<params />
<cmdRepeat>1</cmdRepeat>
</action>
</else>
</if>
<event>RoboB.DocComplete.GoogleTranslate</event>
</command>
</commandGroup>