Hi again,
So i have set a key in the "Recognition Global Key" with the "VoiceAttack Listens while keys are down" option.
This is to be in "push to talk" mode.
Is there a way for me to know when the key is released ?
Indeed, since it is the responsibility of the plugin to aggregate the audio files generated during the pressing of this key, I need to know when to stop the aggregation.
I could do this with a timeout after which, if I have not received any audio, I stop aggregating. But this is a solution that has significant disadvantages. If the timeout is too long, it will be a waste of time at the end of each sentence. If it is too short, the user will still be cut off in their sentence.
Thank you in advance for any responses.