Skip to content

Commit 1b32612

Browse files
Merge pull request #314 from TalonCommunity/AndreasArvidsson-patch-2
Added example for toggling microphone
2 parents 0ab6d47 + 341f5ed commit 1b32612

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Toggle listening
2+
3+
If you want to completely prevent Talon from listening, so not even the wake up commands are active, you can do that by changing the microphone to `"None"`:
4+
5+
You can see available microphone names in the "Microphone" submenu in the Talon menu; or issue the voice command `"microphone show"`.
6+
7+
```talon
8+
key(f9):
9+
sound.set_microphone("None")
10+
11+
key(f10):
12+
sound.set_microphone("System Default")
13+
```

0 commit comments

Comments
 (0)