summaryrefslogtreecommitdiff
path: root/src/wasp-soundboard.el
diff options
context:
space:
mode:
authorLLLL Colonq <llll@colonq>2026-07-21 00:14:25 -0400
committerLLLL Colonq <llll@colonq>2026-07-21 00:14:25 -0400
commitf04ada478f4bfa5637744876f00ff56f85dcf552 (patch)
tree50cde49222fdddf4274b3e123568fe2c75c5e155 /src/wasp-soundboard.el
parent75e005e81b73d8471f16dc5fad7bbdc312bdbfe7 (diff)
Update
Diffstat (limited to 'src/wasp-soundboard.el')
-rw-r--r--src/wasp-soundboard.el3
1 files changed, 1 insertions, 2 deletions
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