More > Media Center 14 (Development Ended)
Feature Request: Voice Command
datdude:
I was just thinking, something like this would be really cool to have in MC!
666JackTheKnife666:
This is fantastic!!
I am a long haul Truck Driver and if I could controll mc with voice commands it would be a lot safer while I am driveing (10-11) hours every day.
currently I am useing a usb uirt and a remote and frankly I dont like taking a hand off the wheel to mess with little almost unreadable button's on most remotes.
Speach controll would Truely ROCK MY World !!
gappie:
i dont have speach recognition installed, but i think you could also add mcc commands http://wiki.jrmediacenter.com/index.php/Media_Center_Core_Commands
for instance use
mc14.exe /mcc 10047,1
to start mc radio.
i gues with
mc14.exe /PlayReplace TREEPATH=Playlists\\Rock
to start a smart list (you have to make) called rock.
it looks like there is something possible there
:)
gab
marko:
the playing now plugin has very rudimentary speech. It can announce each track as it starts. Sadly, development stopped almost as soon as it started, so, safe to say it will never get refined. it can do it though, so it is definitely possible...
666JackTheKnife666:
I have been messing around with this for a bit and this is my Macro so far.
<?xml version="1.0" encoding="UTF-16"?>
<speechMacros>
<command>
<listenFor>mc play</listenFor>
<run command="C:\WINDOWS\System32\MC14.exe" params="/Command Play"/>
</command>
<command>
<listenFor>mc Pause</listenFor>
<run command="C:\WINDOWS\System32\MC14.exe" params="/Command Pause"/>
</command>
<command>
<listenFor>mc stop</listenFor>
<run command="C:\WINDOWS\System32\MC14.exe" params="/Command Stop"/>
</command>
<command>
<listenFor>mc last</listenFor>
<run command="C:\WINDOWS\System32\MC14.exe" params="/Command Previous "/>
</command>
<command>
<listenFor>mc next</listenFor>
<run command="C:\WINDOWS\System32\MC14.exe" params="/Command Next"/>
</command>
<command>
<listenFor>mc mute</listenFor>
<run command="C:\WINDOWS\System32\MC14.exe" params="/Command Mute"/>
</command>
<Signature>
</Signature>
</speechMacros>
I am working on more core commands and I am also going to give the /mcc commands a try prolly tomorrow.
I have found that you have to fiddle with the mic levels a bit to get good results, as for some reason the headset mic channel is picking up playing music.
So far voice control has been fabulous for me.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version