summaryrefslogtreecommitdiff
path: root/src/wasp-soundboard.el
diff options
context:
space:
mode:
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