summaryrefslogtreecommitdiff
path: root/src/wasp-voice-commands.el
diff options
context:
space:
mode:
authorLLLL Colonq <llll@colonq>2024-11-26 03:23:31 -0500
committerLLLL Colonq <llll@colonq>2024-11-26 03:23:31 -0500
commit0b95071fe628d91238549b062961e724088d3b8b (patch)
treeb4cf3ae960e0b52ed014ab4ba423fda1075e5d60 /src/wasp-voice-commands.el
parent6e3c47b1ad746f0891592a97cc6ffb6e0280adbb (diff)
Update :4
Diffstat (limited to 'src/wasp-voice-commands.el')
-rw-r--r--src/wasp-voice-commands.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/wasp-voice-commands.el b/src/wasp-voice-commands.el
index 20357bf5..1af2bd7e 100644
--- a/src/wasp-voice-commands.el
+++ b/src/wasp-voice-commands.el
@@ -9,11 +9,13 @@
(require 'wasp-obs)
(setq
- w/stream-transcribe-voice-commands
+ w/audio-voice-commands
(list
(cons "mr. beast" (lambda () (soundboard//play-clip "mrbeast.mp3")))
(cons "joel" (lambda () (w/twitch-say (w/pick-random (list "Joel" "EvilJoel")))))
(cons "i can't" (lambda () (cl-incf w/chat-icant-count) (w/chat-update-header-line)))
+ (cons "sorry" (lambda () (cl-incf w/chat-apology-count) (w/chat-update-header-line)))
+ (cons "apologies" (lambda () (cl-incf w/chat-apology-count) (w/chat-update-header-line)))
(cons "lua"
(lambda ()
(progn (w/obs-toggle-brazil)