From f04ada478f4bfa5637744876f00ff56f85dcf552 Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Tue, 21 Jul 2026 00:14:25 -0400 Subject: Update --- src/wasp-soundboard.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/wasp-soundboard.el') diff --git a/src/wasp-soundboard.el b/src/wasp-soundboard.el index 641c7206..bcac76c5 100644 --- a/src/wasp-soundboard.el +++ b/src/wasp-soundboard.el @@ -28,11 +28,10 @@ Optionally apply FILTER." :name w/sfx-play-process :buffer nil :command - (print `( "ffplay" "-autoexit" "-nodisp" "-f" "lavfi" "-graph" ,(s-concat "amovie=" path (if (s-present? filter) (s-concat "," filter) "")) - "dummy"))))) + "dummy")))) (cl-defstruct (w/sfx-state (:constructor w/make-sfx-state)) cands -- cgit v1.3.1