More > Media Center 14 (Development Ended)

Feature Request: Voice Command

<< < (3/4) > >>

666JackTheKnife666:
<?xml version="1.0" encoding="UTF-16"?>
<speechMacros>
 
<command>
    <listenFor>play</listenFor>
    <run command="C:\WINDOWS\System32\MC14.exe" params="/Command Play"/>
  </command>
<command>
    <listenFor>Pause</listenFor>
    <run command="C:\WINDOWS\System32\MC14.exe" params="/Command Pause"/>
  </command>
<command>
    <listenFor>stop</listenFor>
    <run command="C:\WINDOWS\System32\MC14.exe" params="/Command Stop"/>
  </command>
<command>
    <listenFor>last</listenFor>
    <run command="C:\WINDOWS\System32\MC14.exe" params="/Command Previous "/>
  </command>
<command>
    <listenFor>next</listenFor>
    <run command="C:\WINDOWS\System32\MC14.exe" params="/Command Next"/>
  </command>
<command>
    <listenFor>mute</listenFor>
    <run command="C:\WINDOWS\System32\MC14.exe" params="/Command Mute"/>
  </command>
<command>
    <listenFor>repeat</listenFor>
    <run command="C:\WINDOWS\System32\MC14.exe" params="/MCC 10045 ,0"/>
  </command>
  <command>
    <listenFor>standard</listenFor>
    <run command="C:\WINDOWS\System32\MC14.exe" params="/MCC 22000 ,0"/>
  </command>
 <command>
    <listenFor>mini</listenFor>
    <run command="C:\WINDOWS\System32\MC14.exe" params="/MCC 22000 ,1"/>
  </command>
   <command>
    <listenFor>display</listenFor>
    <run command="C:\WINDOWS\System32\MC14.exe" params="/MCC 22000 ,2"/>
  </command>
   <command>
    <listenFor>Theater</listenFor>
    <run command="C:\WINDOWS\System32\MC14.exe" params="/MCC 22000 ,3"/>
  </command>
   <command>
    <listenFor>home</listenFor>
    <run command="C:\WINDOWS\System32\MC14.exe" params="/MCC 22001 ,1"/>
  </command>
   <command>
    <listenFor>playing now</listenFor>
    <run command="C:\WINDOWS\System32\MC14.exe" params="/MCC 22001 ,2"/>
  </command>
   <command>
    <listenFor>audio</listenFor>
    <run command="C:\WINDOWS\System32\MC14.exe" params="/MCC 22001,3"/>
  </command>
   <command>
    <listenFor>image</listenFor>
    <run command="C:\WINDOWS\System32\MC14.exe" params="/MCC 22001 ,4"/>
  </command>
   <command>
    <listenFor>video</listenFor>
    <run command="C:\WINDOWS\System32\MC14.exe" params="/MCC 22001 ,5"/>
  </command>
   <command>
    <listenFor>playlist</listenFor>
    <run command="C:\WINDOWS\System32\MC14.exe" params="/MCC 22001,6"/>
  </command>
   
<Signature>

</Signature>
</speechMacros>



I will be going back and converting command lines with proper MCC commands in a few day's.
I hardly ever have to touch a remote now , I LOVE voice control it's making my life so much simpler.

666JackTheKnife666:
new version of my window's speech recognition macro



<?xml version="1.0" encoding="UTF-16"?>
<speechMacros>
 
<command>
    <listenFor>play</listenFor>
    <run command="C:\WINDOWS\System32\MC14.exe" params="/Command Play"/>
  </command>
<command>
    <listenFor>Pause</listenFor>
    <run command="C:\WINDOWS\System32\MC14.exe" params="/Command Pause"/>
  </command>
<command>
    <listenFor>stop</listenFor>
    <run command="C:\WINDOWS\System32\MC14.exe" params="/Command Stop"/>
  </command>
<command>
    <listenFor>last</listenFor>
    <run command="C:\WINDOWS\System32\MC14.exe" params="/Command Previous "/>
  </command>
<command>
    <listenFor>next</listenFor>
    <run command="C:\WINDOWS\System32\MC14.exe" params="/Command Next"/>
  </command>
<command>
    <listenFor>mute</listenFor>
    <run command="C:\WINDOWS\System32\MC14.exe" params="/Command Mute"/>
  </command>
<command>
    <listenFor>repeat</listenFor>
    <run command="C:\WINDOWS\System32\MC14.exe" params="/MCC 10045 ,0"/>
   </command>
<command>
    <listenFor>standard</listenFor>
    <run command="C:\WINDOWS\System32\MC14.exe" params="/MCC 22000 ,0"/>
  </command>
<command>
    <listenFor>mini</listenFor>
    <run command="C:\WINDOWS\System32\MC14.exe" params="/MCC 22000 ,1"/>
  </command>
<command>
    <listenFor>display</listenFor>
    <run command="C:\WINDOWS\System32\MC14.exe" params="/MCC 22000 ,2"/>
  </command>
<command>
    <listenFor>Theater</listenFor>
    <run command="C:\WINDOWS\System32\MC14.exe" params="/MCC 22000 ,3"/>
  </command>
<command>
    <listenFor>home</listenFor>
    <run command="C:\WINDOWS\System32\MC14.exe" params="/MCC 22001 ,1"/>
  </command>
<command>
    <listenFor>playing now</listenFor>
    <run command="C:\WINDOWS\System32\MC14.exe" params="/MCC 22001 ,2"/>
  </command>
<command>
    <listenFor>audio</listenFor>
    <run command="C:\WINDOWS\System32\MC14.exe" params="/MCC 22001,3"/>
  </command>
<command>
    <listenFor>image</listenFor>
    <run command="C:\WINDOWS\System32\MC14.exe" params="/MCC 22001 ,4"/>
  </command>
<command>
    <listenFor>video</listenFor>
    <run command="C:\WINDOWS\System32\MC14.exe" params="/MCC 22001 ,5"/>
  </command>
<command>
    <listenFor>playlist</listenFor>
   <run command="C:\WINDOWS\System32\MC14.exe" params="/MCC 22001,6"/>
  </command>
<command> 
    <listenFor>up</listenFor>
   <run command="C:\WINDOWS\System32\MC14.exe" params="/MCC 27000,38"/>
  </command>
<command> 
    <listenFor>up two</listenFor>
   <run command="C:\WINDOWS\System32\MC14.exe" params="/MCC 27000,38"/>
   <run command="C:\WINDOWS\sYSTEM32\MC14.EXE" params="/MCC 27000,38"/>
  </command>
<command> 
    <listenFor>up three</listenFor>
   <run command="C:\WINDOWS\System32\MC14.exe" params="/MCC 27000,38"/>
   <run command="C:\WINDOWS\System32\MC14.exe" params="/MCC 27000,38"/>
   <run command="C:\WINDOWS\sYSTEM32\MC14.EXE" params="/MCC 27000,38"/>
  </command> 
<command> 
    <listenFor>down</listenFor>
   <run command="C:\WINDOWS\System32\MC14.exe" params="/MCC 27000,40"/>
  </command>
<command> 
    <listenFor>down two</listenFor>
   <run command="C:\WINDOWS\System32\MC14.exe" params="/MCC 27000,40"/>
   <run command="C:\WINDOWS\sYSTEM32\MC14.EXE" params="/MCC 27000,40"/>
  </command>
<command> 
    <listenFor>down three</listenFor>
   <run command="C:\WINDOWS\System32\MC14.exe" params="/MCC 27000,40"/>
   <run command="C:\WINDOWS\System32\MC14.exe" params="/MCC 27000,40"/>
   <run command="C:\WINDOWS\sYSTEM32\MC14.EXE" params="/MCC 27000,40"/>
  </command> 
<command> 
    <listenFor>left</listenFor>
   <run command="C:\WINDOWS\System32\MC14.exe" params="/MCC 27000,37"/>
  </command>
<command> 
    <listenFor>left two</listenFor>
   <run command="C:\WINDOWS\System32\MC14.exe" params="/MCC 27000,37"/>
   <run command="C:\WINDOWS\sYSTEM32\MC14.EXE" params="/MCC 27000,37"/>
  </command>
<command> 
    <listenFor>left three</listenFor>
   <run command="C:\WINDOWS\System32\MC14.exe" params="/MCC 27000,37"/>
   <run command="C:\WINDOWS\System32\MC14.exe" params="/MCC 27000,37"/>
   <run command="C:\WINDOWS\sYSTEM32\MC14.EXE" params="/MCC 27000,37"/>
  </command> 
<command> 
    <listenFor>right</listenFor>
   <run command="C:\WINDOWS\System32\MC14.exe" params="/MCC 27000,39"/>
  </command>
<command> 
    <listenFor>right two</listenFor>
   <run command="C:\WINDOWS\System32\MC14.exe" params="/MCC 27000,39"/>
   <run command="C:\WINDOWS\sYSTEM32\MC14.EXE" params="/MCC 27000,39"/>
  </command>
<command> 
    <listenFor>right three</listenFor>
   <run command="C:\WINDOWS\System32\MC14.exe" params="/MCC 27000,39"/>
   <run command="C:\WINDOWS\System32\MC14.exe" params="/MCC 27000,39"/>
   <run command="C:\WINDOWS\sYSTEM32\MC14.EXE" params="/MCC 27000,39"/>
  </command> 
<command> 
    <listenFor>enter</listenFor>
   <run command="C:\WINDOWS\System32\MC14.exe" params="/MCC 27000,13"/>
  </command>
<Signature>

</Signature>
</speechMacros>




HTPC4ME:
666JackTheKnife666... you still using voice commands? how do you like it? my goal.. to be able to be away from pc and say out loud 5 star this song, and move this song to keywords, and play audio-acdc-thunderstruck... is this all possible? being this post was over a year ago, has anything changed? are you still using windows speech? have ya tried dragon? any suggestions please to implement this into my system.

Thanks For Your Time.

666JackTheKnife666:
I am using a combination of voice commands and my android phone to control MC. I am in the process of switching from stock windows speech to voxcommando a plugin for eventghost. I think voxcommando is a lot more flexable then windows speech interface. (even though voxcommando uses parts of windows speech for input.)http://voxcommando.com/

I use a wired headset with a microphone attached to speak to the computer, so I don't know how well it would work for you to use and omni directional mic sitting somplace in your listening room and you just speaking out loud. cant hurt to try I suppose.

HTPC4ME:
thanx for reply.. will check it out


my goal.. to be able to be away from pc and say out loud... 5 star this song, and move this song to keywords, and play audio-acdc-thunderstruck, open theaterview. use gforce visualization etc... is this all possible?

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version