Notice: This forum has been recovered from an old backup, so some content, links, and dates may be outdated. The forum is currently read-only while we restore sign-in and registration functionality. Details

If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.

Search found 32 matches

by andyss
Wed Jun 23, 2010 3:40 am
Forum: General Support
Topic: Vox Commando - Voice Commands
Replies: 181
Views: 62011

Re: Vox Commando - Voice Commands

My problem is that I can't get it through my firewall (weird). I've added exceptions, (actually they were added automatically, but I added more to all the files in the installed directory), and no go. If I turn off my firewall it works fine. I've sent sentic an email but I was wondering if you had ...
by andyss
Wed Jun 23, 2010 2:22 am
Forum: General Support
Topic: Vox Commando - Voice Commands
Replies: 181
Views: 62011

Re: Vox Commando - Voice Commands

Thanks for the heads up on pocketaudio. It sounds like exactly what (well one of the many things) I've been looking for? Do you know if it compresses the audio, or would it be equivalent to a wav? Is the reliability good?
I'm not sure if it compresses the audio or not but I usually get reliability ...
by andyss
Wed Jun 23, 2010 12:20 am
Forum: General Support
Topic: Vox Commando - Voice Commands
Replies: 181
Views: 62011

Re: Vox Commando - Voice Commands

Hey James, great progress on the app, I'm testing it all the time. We discussed BT headsets a while back and I noticed you recently testing out a workaround on your ipod, but I wanted to mention what I've been using. I use an iphone app called PocketAudio from Senstic. It installs a sound driver ...
by andyss
Thu May 27, 2010 7:48 pm
Forum: Plugin Support
Topic: OSM (On Screen Menu)
Replies: 123
Views: 77508

Re: OSM (On Screen Menu)

Thanks for that idea Pako. I did something similar but I was wondering if you knew how to give the OSM focus if it doesn't have it already.

A.
by andyss
Thu May 13, 2010 1:38 pm
Forum: Plugin Support
Topic: OSM (On Screen Menu)
Replies: 123
Views: 77508

Re: OSM (On Screen Menu)

Hey Pako, is it possible to use this with Windows Media Center (Win7x64)? When 7MC is maximized the menu is not visible. Do you have any solution?

A.
by andyss
Thu Sep 17, 2009 4:19 pm
Forum: General Support
Topic: Voice recognition / speech commands
Replies: 81
Views: 27775

Re: Voice recognition / speech commands

One more small request James, hope I'm not too much of a bother!

I've noticed that VC doesn't send an event to EG when the "Listen" command is triggered but events are triggered when the "Don't Listen" command is activated:

Broadcast.Restorevolume
Broadcast.Don't Listen
Is it possible to ...
by andyss
Thu Sep 17, 2009 3:30 pm
Forum: General Support
Topic: Voice recognition / speech commands
Replies: 81
Views: 27775

Re: Voice recognition / speech commands

Awesome, I can't wait to try it out. Will let you know how it goes.

Andy

Here's the list of messages you can send.
wparam is always 1, lparam has four options:

325: intercom on (switches to "Intercom" mode and checks both "Listening" and "Send Commands")
326: intercom off
327: listen (switches ...
by andyss
Wed Sep 16, 2009 2:51 pm
Forum: General Support
Topic: Voice recognition / speech commands
Replies: 81
Views: 27775

Re: Voice recognition / speech commands

Is there a way to activate/deactivate the "send Commands" check box only without touching the Intercom toggles, as in through sendMessage? I already use the intercom script with my remote, but wanted one where it would turn on with a voice command and automatically turn off after a set amount of ...
by andyss
Wed Sep 16, 2009 1:34 pm
Forum: General Support
Topic: Voice recognition / speech commands
Replies: 81
Views: 27775

Re: Voice recognition / speech commands

@carz181:

You might have to install SAPI in XP if I'm not mistaken. Have you done this already? (Check here: Speech Recognition with Windows XP ).

Also make sure you have a recording device set to default before you start VoxCommando.

im running xp sp3. I tryed running voxcammando but it says ...
by andyss
Wed Sep 16, 2009 1:15 pm
Forum: General Support
Topic: Voice recognition / speech commands
Replies: 81
Views: 27775

Re: Voice recognition / speech commands

-brand and model of bluetooth headset you are using Motorola HS820

-brand and model of bluetooth dongle Belkin F8T017

-what stack. (vistas built in, or widcomm, or bluesoleil... don't know if there are others) WIDCOMM Bluetooth Software from Broadcom (Win7/Vista/XP/2K)

Yeah I was having ...
by andyss
Wed Sep 16, 2009 6:25 am
Forum: General Support
Topic: Voice recognition / speech commands
Replies: 81
Views: 27775

Re: Voice recognition / speech commands

James, I offered to make some suggestions so hope you are still interested. Hope these are not too far-fetched.

Implement a timer function (similar to intercom) so that after a certain amount of time of activating "Send Commands" it automatically turns off so that you could send it a command or ...
by andyss
Tue Sep 15, 2009 6:40 pm
Forum: General Support
Topic: Voice recognition / speech commands
Replies: 81
Views: 27775

Re: Voice recognition / speech commands

After reading your post I figured it out. I guess the program doesn't like extra line breaks in the xml file. Works great now and takes only a couple of seconds to load up.

Andy
by andyss
Tue Sep 15, 2009 4:46 am
Forum: General Support
Topic: Voice recognition / speech commands
Replies: 81
Views: 27775

Re: Voice recognition / speech commands

Hi James, tested out the new version and it works great.

My voicecommands.xml has approximately 60 commands and when I start up the program, it takes about 30 seconds to go through the "loading and processing grammars..." before being able to function. Is there any way to reduce this wait time ...
by andyss
Fri Sep 11, 2009 6:59 am
Forum: Coding Corner
Topic: Determine window status (fullscreen, maximized, minimized)
Replies: 9
Views: 3891

Re: Determine window status (fullscreen, maximized, minimized)

Thanks Pako, worked perfectly!!!

Andy
by andyss
Thu Sep 10, 2009 8:56 pm
Forum: Coding Corner
Topic: Determine window status (fullscreen, maximized, minimized)
Replies: 9
Views: 3891

Re: Determine window status (fullscreen, maximized, minimized)

Okay I finally got this working to some extent with the help of Pako's code, I've also simplified it a bit:

from win32gui import GetWindowPlacement
#SW_SHOWNORMAL = 1
#SW_SHOWMINIMIZED = 2
#SW_SHOWMAXIMIZED = 3
FindWin = eg.WindowMatcher(u'ehshell.exe', None, None, None, None, None, False, 0.0, 0 ...