Page 1 of 1

Voice activation? And small request.

Posted: Sat Sep 22, 2012 2:06 pm
by Sasek
Is it possible to set the microphone for voice activation? I do not know why but in the current situation my microphone records everything including me and enviroment and after some time it makes strange duplicating sounds which is hard to explain. After setting microphone sensitivity to the lowest in Windows is still the same. Is it possible to set voice activation, or if not here's go my request to include this in the next version (some sensivity test like Team Speak have). Activating with the button is not an option in my case.

Cheers Sasek.

Re: Voice activation? And small request.

Posted: Sun Sep 23, 2012 11:07 am
by Blutaar666
you can control almost everything with autohotkey on your computer. It looks like that ahk works quite well with some free voice recognition software. (http://www.autohotkey.com/community/vie ... php?t=8580)

you could make a script like that:

Code: Select all

if voice (recognized by a program) {
activate mic
}

if silence for more than 2secs {
disable mic
}
If your are willing looking into ahk an making some raw version of a script (isnt that hard believe me) than I could help you with it.