From fe903c535211bdbeeb703e06db0da3f7c8c19b4b Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Tue, 16 Sep 2025 01:33:43 -0400 Subject: Update --- src/wasp-audio.el | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/wasp-audio.el') 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) -- cgit v1.2.3