summaryrefslogtreecommitdiff
path: root/src/wasp-audio.el
diff options
context:
space:
mode:
authorLLLL Colonq <llll@colonq>2025-09-16 01:33:43 -0400
committerLLLL Colonq <llll@colonq>2025-09-16 01:33:43 -0400
commitfe903c535211bdbeeb703e06db0da3f7c8c19b4b (patch)
tree66c383a14eb92f61df32f2407719a761e4c2ed16 /src/wasp-audio.el
parent9dec5e4d54ecbfb84ef8eba727b44bb6435f6e40 (diff)
Update
Diffstat (limited to 'src/wasp-audio.el')
-rw-r--r--src/wasp-audio.el7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/wasp-audio.el b/src/wasp-audio.el
index 6335532f..4bad0aed 100644
--- a/src/wasp-audio.el
+++ b/src/wasp-audio.el
@@ -48,7 +48,8 @@ If VOLUME is specified, use it to adjust the volume (100 is default)."
(interactive)
(setq w/audio-muzak-queue nil)
(start-process "pkill" nil "pkill" "mpv")
- (start-process "pkill" nil "pkill" "muzak"))
+ (start-process "pkill" nil "pkill" "muzak")
+ (start-process "pkill" nil "pkill" "ffplay"))
(defun w/recorded-chatter-name? (user)
"Return non-nil if we've recorded USER's name."
@@ -153,7 +154,7 @@ USER it's your birthday today."
(setq w/audio-keep-recording nil)
(w/audio-record-end))
-(defconst w/audio-muzak-path "/home/llll/src/muzak-rs/target/release/muzak")
+(defconst w/audio-muzak-path "/home/llll/src/muzak/target/release/muzak")
(defvar w/audio-muzak-now-playing nil)
(defvar w/audio-muzak-queue nil)
@@ -166,7 +167,7 @@ USER it's your birthday today."
:name "wasp-muzak"
:connection-type '(pipe . pty)
:buffer " *wasp-muzak-log*"
- :command (list w/audio-muzak-path "play")
+ :command (list w/audio-muzak-path "play" "--volume" "0.3")
:sentinel
(lambda (_ _)
(w/overlay-muzak-clear)