baykovr / AVPI

an open source voice command macro software
https://baykovr.github.io/gavpi.html
GNU General Public License v3.0
198 stars 42 forks source link

detecting something when mic qui physically off #62

Closed Geobert closed 7 years ago

Geobert commented 7 years ago

I've let GAVPI run with the mic off from a switch on the headset AND push to talk in toggle mode, OFF position, but I can still see some "?" appear in the logs

using 0.10.1 on Win 10 64bits

baykovr commented 7 years ago

The implementation uses windows speech recognition. The "?" gets generated when the engine fails to match on word triggers (i.e. none of the words match).

It is possible to listen on audio out and not only on the mic, could you verify that no other system sound is active while you are tested with the mic off? (For example, music or other people talking causing audio out on the system.)

Ref https://github.com/baykovr/AVPI/blob/master/GAVPI/GAVPI/Core/Engine/InputEngine.cs#L165

Geobert commented 7 years ago

I tried with mic off, playing music etc. I must have been mistaken, can't reproduce it