To download voxcommando, simply go to http://voxcommando.com/
for instructions on how to install and set up the software then go to http://voxcommando.com/mediawiki/index.php?title=Installation
you can copy any code which i put up straight into voxcommando simply by selecting all of the text and copying it, then pasting it into the command tree.
to set up statements, using the same files that we set up in tasker; open voxcommando and click edit, this will show your commando tree.
copy the following code into vox.
<?xml version="1.0" encoding="utf-16"?>
<command id="775" name="Meal" enabled="true" alwaysOn="False" confirm="False" requiredConfidence="0" loop="False" loopDelay="0" loopMax="0" description="">
<action>
<cmdType>Scrape</cmdType>
<cmdString>C:\Users\Ryan\Documents\Dropbox\Public\L.U.C.A.S\Statements\Meal.txt</cmdString>
<cmdRepeat>1</cmdRepeat>
</action>
<action>
<cmdType>Results.RegEx</cmdType>
<cmdString>/(.+)</cmdString>
<cmdRepeat>1</cmdRepeat>
</action>
<action>
<cmdType>VC.Pause</cmdType>
<cmdString>1000</cmdString>
<cmdRepeat>1</cmdRepeat>
</action>
<action>
<cmdType>TTS.Speak</cmdType>
<cmdString>{Match.Rnd}</cmdString>
<cmdRepeat>1</cmdRepeat>
</action>
<payloadList optional="true">Suggest something to</payloadList>
<phrase>Meal, eat, food</phrase>
</command>
when you have pasted it in successfully, it should look something similar to this.
change the location of the item is "scrape" to the corresponding file on your local harddrive. or replace it with the appropriate url from my dropbox folder (https://www.dropbox.com/sh/b2c23bmic2tz6xp/VabtRamnxF) to make it work quickly.
or, simply copy this whole folder into your command tree to have my whole statements folder, which reads from the cloud:
<?xml version="1.0" encoding="utf-16"?>
<commandGroup open="True" name="Statements from url " enabled="True" prefix="" priority="0" requiredProcess="" description="">
<command id="772" name="Introduce Yourself" enabled="true" alwaysOn="False" confirm="False" requiredConfidence="0" loop="False" loopDelay="0" loopMax="0" description="">
<action>
<cmdType>Scrape</cmdType>
<cmdString>https://dl.dropboxusercontent.com/u/2243224/L.U.C.A.S/Statements/Intro.txt</cmdString>
<cmdRepeat>1</cmdRepeat>
</action>
<action>
<cmdType>Results.RegEx</cmdType>
<cmdString>/(.+)</cmdString>
<cmdRepeat>1</cmdRepeat>
</action>
<action>
<cmdType>VC.Pause</cmdType>
<cmdString>1000</cmdString>
<cmdRepeat>1</cmdRepeat>
</action>
<action>
<cmdType>TTS.Speak</cmdType>
<cmdString>{Match.Rnd}</cmdString>
<cmdRepeat>1</cmdRepeat>
</action>
<phrase>introduce yourself, who are you?, introductions are in order</phrase>
</command>
<command id="782" name="Joke" enabled="true" alwaysOn="False" confirm="False" requiredConfidence="0" loop="False" loopDelay="0" loopMax="0" description="">
<action>
<cmdType>Scrape</cmdType>
<cmdString>https://dl.dropboxusercontent.com/u/2243224/L.U.C.A.S/Statements/Joke.txt</cmdString>
<cmdRepeat>1</cmdRepeat>
</action>
<action>
<cmdType>Results.RegEx</cmdType>
<cmdString>/(.+)</cmdString>
<cmdRepeat>1</cmdRepeat>
</action>
<action>
<cmdType>VC.Pause</cmdType>
<cmdString>1000</cmdString>
<cmdRepeat>1</cmdRepeat>
</action>
<action>
<cmdType>TTS.Speak</cmdType>
<cmdString>{Match.Rnd}</cmdString>
<cmdRepeat>1</cmdRepeat>
</action>
<phrase>Joke</phrase>
</command>
<command id="787" name="Commands" enabled="true" alwaysOn="False" confirm="False" requiredConfidence="0" loop="False" loopDelay="0" loopMax="0" description="">
<action>
<cmdType>Scrape</cmdType>
<cmdString>https://dl.dropboxusercontent.com/u/2243224/L.U.C.A.S/Statements/Command.txt</cmdString>
<cmdRepeat>1</cmdRepeat>
</action>
<action>
<cmdType>Results.RegEx</cmdType>
<cmdString>/(.+)</cmdString>
<cmdRepeat>1</cmdRepeat>
</action>
<action>
<cmdType>VC.Pause</cmdType>
<cmdString>1000</cmdString>
<cmdRepeat>1</cmdRepeat>
</action>
<action>
<cmdType>TTS.Speak</cmdType>
<cmdString>{Match.Rnd}</cmdString>
<cmdRepeat>1</cmdRepeat>
</action>
<phrase>What Can You Do?</phrase>
</command>
<command id="791" name="Meal" enabled="true" alwaysOn="False" confirm="False" requiredConfidence="0" loop="False" loopDelay="0" loopMax="0" description="">
<action>
<cmdType>Scrape</cmdType>
<cmdString>https://dl.dropboxusercontent.com/u/2243224/L.U.C.A.S/Statements/Meal.txt</cmdString>
<cmdRepeat>1</cmdRepeat>
</action>
<action>
<cmdType>Results.RegEx</cmdType>
<cmdString>/(.+)</cmdString>
<cmdRepeat>1</cmdRepeat>
</action>
<action>
<cmdType>VC.Pause</cmdType>
<cmdString>1000</cmdString>
<cmdRepeat>1</cmdRepeat>
</action>
<action>
<cmdType>TTS.Speak</cmdType>
<cmdString>{Match.Rnd}</cmdString>
<cmdRepeat>1</cmdRepeat>
</action>
<payloadList optional="true">Suggest something to</payloadList>
<phrase>Meal, food</phrase>
</command>
</commandGroup>