diff options
Diffstat (limited to 'src/wasp-soundboard.el')
| -rw-r--r-- | src/wasp-soundboard.el | 3 |
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 |
