mIRC Homepage
Posted By: Kogije unable to update voice commands - 16/04/15 08:48 PM
When I do:
/vcmd -lc on
vcadd Moo Cow

Where Moo Cow is the Voice Command
I get:
* Voice commands on
-
* Voice commands list empty
-
* Unable to update voice commands
-

It does not matter what Voice Command I try to add, I get the same results.
I'm using Windows 7 64 bit
What am I missing to get this working?
Posted By: Loki12583 Re: unable to update voice commands - 16/04/15 09:00 PM
Please replace $1- with what is actually passed and show us that line
Posted By: Kogije Re: unable to update voice commands - 17/04/15 02:50 AM
Okay, so I've been all over the internet looking for a solution for this and haven't found anything.

I tried changing the script to:

Alias ListenUp {
if ($vcmdver == $null) halt
vcmd -c on
vcadd Moo Cow
}

and

Alias ListenUp {
if ($vcmdver == $null) halt
vcmd on
vcadd Moo Cow
}

Still the same problem but with the -l removed from vcmd I no longer get:

* Voice commands list empty
-
Posted By: Kogije Re: unable to update voice commands - 17/04/15 07:13 PM
I went over all the Options in mIRC and didn't find anything there to help.
My Windows 7 built in Voice Recognition is working and even lets me dictate to mIRC when it is selected.
the vcmd command in mIRC is working too!
So what is the problem with vcadd?
Posted By: Khaled Re: unable to update voice commands - 19/04/15 10:20 AM
Thanks for your post. I was able to reproduce this issue as well. It looks like there has been a change in recent updates of Windows that is preventing speech recognition from working in mIRC. Unfortunately there is no way to resolve the issue in current versions of mIRC. However the issue has been fixed for the next version.
© mIRC Discussion Forums