<?xml version="1.0" encoding="us-ascii"?>
<!--voicecommands.xml-->
<!--This should be in the same folder as VoxCommando.exe.-->
<VoiceCommands>
    <commandGroup name="Vox Commands">
        <command name="Listen">
            <phrase>Listen,yo bitch,hey there,computer,achten,achtung</phrase>
        </command>
        <command name="Don't Listen">
            <phrase>ignore me,take a hike</phrase>
        </command>
        <command name="Option">
            <phrase>Option,Select Option</phrase>
            <payloadRange>1,10</payloadRange>
        </command>
    </commandGroup>
    <commandGroup name="Payload Commands">
        <command name="Set Volume">
            <phrase>master volume,set volume,system volume</phrase>
            <payloadRange>1,100</payloadRange>
        </command>
        <command name="Move">
            <phrase>Move,Go,Travel,Skip</phrase>
            <payloadList>Up,Down,Left,Right</payloadList>
            <payloadRange>1,20</payloadRange>
        </command>
    </commandGroup>
    <commandGroup name="Standard Commands">
        <command name="Play">
            <phrase>Play</phrase>
        </command>
        <command name="Stop">
            <phrase>Stop</phrase>
        </command>
        <command name="Pause">
            <phrase>Pause,Unpause</phrase>
        </command>
        <command name="Volumeup">
            <phrase>Volume up,Increase Volume</phrase>
        </command>
        <command name="Volumedown">
            <phrase>Volume down, Decrease Volume</phrase>
        </command>
        <command name="Mute">
            <phrase>Toggle Mute,Mute</phrase>
            <phrase optional="true">Sound</phrase>
        </command>
        <command name="Next">
            <phrase>Next,Forward,Next Song,Next Track,Next Item,Fast Forward</phrase>
        </command>
        <command name="Previous">
            <phrase>Previous,Previous Song,Last Song,Previous Track,Last Track</phrase>
        </command>
        <command name="Up">
            <phrase>Up</phrase>
        </command>
        <command name="Down">
            <phrase>Down</phrase>
        </command>
        <command name="Left">
            <phrase>Left</phrase>
        </command>
        <command name="Right">
            <phrase>Right</phrase>
        </command>
        <command name="Enter">
            <phrase>Enter,Select,Okay,Make it so</phrase>
        </command>
        <command name="Cancel">
            <phrase>Cancel,Go Back,Back</phrase>
        </command>
        <command name="Menu">
            <phrase>Menu,Options</phrase>
        </command>
        <command name="Yes">
            <phrase>Yes</phrase>
        </command>
        <command name="No">
            <phrase>No</phrase>
        </command>
    </commandGroup>
    <commandGroup name="testing">
        <command name="xboxonbeamer">
            <phrase>vc_m_xboxufembeamer</phrase>
        </command>
    </commandGroup>
</VoiceCommands>