You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
0 for toggle mode off, listen only while key is pressed; must release key for the command to be recognised.
1 for toggle mode on, key press toggles listening on/off; must toggle off for the command to be recognised.
2 for global toggle mode on, key press toggles listening on/off, but it uses Voice Activity Detector (VAD) to detect end of speech and recognise commands so you don't have to toggle off to recognise commands.
-1 for toggle mode off + priority, listen only while key is pressed, except always listen for priority grammar ("freeze!") even when key is not pressed.
None always listening; similar to global toggle on, uses Voice Activity Detector (VAD) to detect end of speech and recognise commands.
ingame_key_bindings should be changed if your keybindings are different to the games default
see ./tacspeak/grammar/_readyornot.py to understand what commands are available. It should be mostly intuitive, and/or matches the in-game command menu, but your mileage may vary.