<?xml version="1.0" encoding="ISO-8859-1" ?><rss version="2.0">
<channel>
    <title>RoboRealm Forum</title>
    <link>http://www.RoboRealm.com/</link>
    <description>The newest forum threads.</description>
    <lastBuildDate>Tue, 30 Nov 1999 00:11:00 EST</lastBuildDate>
    <language>en-us</language>
    <copyright>Copyright: (C) RoboRealm, http://www.RoboRealm.com/</copyright>
    <docs>http://www.RoboRealm.com/</docs>

    <item>
        <title>No Title</title>
        <description>
        Marco,&lt;br&gt;&lt;br&gt;After speaking you need to set a variable that will avoid the speaking again until something has been heard. Ie.&lt;br&gt;&lt;br&gt;if spoken &amp;lt;&amp;gt; 1 then&lt;br&gt;&amp;nbsp;&amp;nbsp;Speak&lt;br&gt;&amp;nbsp;&amp;nbsp;SetVariable spoken=1&lt;br&gt;else&lt;br&gt;&amp;nbsp;&amp;nbsp;Listen&lt;br&gt;&amp;nbsp;&amp;nbsp;if textHeard &amp;lt;&amp;gt; &quot;&quot; then&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;SetVariable spoken=0&lt;br&gt;&amp;nbsp;&amp;nbsp;end if&lt;br&gt;end if&lt;br&gt;&lt;br&gt;or use something like a status variable that will move you through steps.&lt;br&gt;&lt;br&gt;if status = 1 then&lt;br&gt;&amp;nbsp;&amp;nbsp;Speak&lt;br&gt;&amp;nbsp;&amp;nbsp;Set_Variable status = 2&lt;br&gt;end if&lt;br&gt;&lt;br&gt;if status = 2 then&lt;br&gt;&amp;nbsp;&amp;nbsp;Listen&lt;br&gt;&amp;nbsp;&amp;nbsp;if textHeard &amp;lt;&amp;gt; &quot;&quot; &lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Set_Variable status = 3 &lt;br&gt;&amp;nbsp;&amp;nbsp;end if&lt;br&gt;end if&lt;br&gt;&lt;br&gt;if status = 3 then&lt;br&gt;&amp;nbsp;&amp;nbsp;process heard commands or reset to speak again&lt;br&gt;end if&lt;br&gt;&lt;br&gt;etc.&lt;br&gt;&lt;br&gt;STeven.&lt;br&gt;&lt;br&gt;        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=5576</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=5576</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>Listen to noise</title>
        <description>
        HI, I am making a home automation robot.&lt;br&gt;I need to set up a noise level detection. I am trying to use &quot;Listen&quot; command but it will listen just to words.&lt;br&gt;How I do this?&lt;br&gt;I am using kinect 360 array mics to detect any noise it would be in the room and the kinect 360 with &quot;movement&quot; to detect movements.&lt;br&gt;Anyways after the detection I am using an IF statement that reads &quot;movement percent&quot; to&amp;nbsp;&amp;nbsp;make &quot;speak&quot; the robot. &lt;br&gt;after this action I need a &quot;WAIT FOR&quot; to wait for my voice command. &lt;br&gt;How do I achieve the wait for?&lt;br&gt;otherwise every movement triggers the &quot;speak&quot; so I can&apos;t talk to give the command.&lt;br&gt;Hope I have been clear.&lt;br&gt;Thanks&lt;br&gt;        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=5576</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=5576</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
</channel>
</rss>
