| Author |
Message |
Topic: Voice Recognition COM |
maximina
Replies: 30
Views: 3172
|
Forum: Scripts & Functions Posted: Mon Mar 17, 2008 10:21 pm Subject: Voice Recognition COM |
Read the original thread linked at the top. You need to install
Speech SDK 5.1
Which parts of the SDK are needed? |
Topic: Retrieving the volume of microphone input (sound activation) |
maximina
Replies: 4
Views: 132
|
Forum: Ask for Help Posted: Mon Mar 17, 2008 10:17 pm Subject: Retrieving the volume of microphone input (sound activation) |
teamspeak and skype are both free .... uless you really just want a unique program for yourself
Well, prefferably I'd like to use the in-game system in case we want to allow the perk that lets you ... |
Topic: Retrieving the volume of microphone input (sound activation) |
maximina
Replies: 4
Views: 132
|
Forum: Ask for Help Posted: Mon Mar 17, 2008 9:11 pm Subject: Retrieving the volume of microphone input (sound activation) |
I am trying to make a simple application for an experiment at a game center where we run Call of Duty 4 off of PCs, using Xbox 360 controllers for a semi-cross-platform tournament.
The one problem ... |
Topic: per-pixel alpha blended GUI demo |
maximina
Replies: 191
Views: 8435
|
Forum: Ask for Help Posted: Tue Nov 06, 2007 5:59 am Subject: per-pixel alpha blended GUI demo |
| Now, if only someone could figure out how to change the transparency of the alpha-blended image on the fly... |
Topic: per-pixel alpha blended GUI demo |
maximina
Replies: 191
Views: 8435
|
Forum: Ask for Help Posted: Mon Nov 05, 2007 9:28 pm Subject: Re: Question |
Excellent work chaps! This solution is getting book-marked.
I haven't tried it yet, but one brainstorm idea I had was to use the DOC function to dock a widow with controls on top of the window with ... |
Topic: Using more than 50% of the CPU |
maximina
Replies: 5
Views: 201
|
Forum: Ask for Help Posted: Wed Oct 31, 2007 4:59 am Subject: Using more than 50% of the CPU |
that didn't answer my question.
do you have a dual core processor? that would limit your script to 50%
yes... yes I do...
I didn't think that would limit it, because affinity has the proces ... |
Topic: Using more than 50% of the CPU |
maximina
Replies: 5
Views: 201
|
Forum: Ask for Help Posted: Wed Oct 31, 2007 4:43 am Subject: Using more than 50% of the CPU |
what kinds of commands are in your script? there may be other ways to improve speed.
There isn't anything extravagant. I've been optimizing it for quite some time, even to the point of calculating ... |
Topic: Using more than 50% of the CPU |
maximina
Replies: 5
Views: 201
|
Forum: Ask for Help Posted: Wed Oct 31, 2007 4:17 am Subject: Using more than 50% of the CPU |
| I have a script that creates a database on the fly. It's a rather large database and can take 10-13 minutes to complete this process. But I strongly believe it should be getting this done much faster. ... |
Topic: Need a new AHK editing solution |
maximina
Replies: 1
Views: 98
|
Forum: Ask for Help Posted: Fri Oct 26, 2007 9:05 pm Subject: Need a new AHK editing solution |
I'm starting to get tired of going through thousands of lines of bland black and white...
I've tried a couple of the editors that have been listed, but it seems the couple I've tried are completely ... |
Topic: SplashImage |
maximina
Replies: 7
Views: 224
|
Forum: Ask for Help Posted: Fri Oct 26, 2007 9:02 pm Subject: SplashImage |
If all else fails, you could try using a regular gui:
Gui, 10: +AlwaysOnTop +Disabled -SysMenu +Owner -Caption +LastFound
Gui, 10: Add, Picture, x0 y0 w500 h500, c:\My Documents\My Rec ... |
| |