dictation-toolbox/aenea

disable all grammars (or DNS) for 20 seconds

Closed this issue · 1 comments

Hello! Thanks for aenea, you did a great job!
I need your help. I need a grammar:
press the keystroke -> disable all grammars (or DNS) for 20 seconds

I tried to use Pause() method but Pause() provides another feature.

Thank you!

I resolved this issue using the microphone state method:

setMicState('off')
time.sleep(11)
setMicState('on')