diff options
| author | LLLL Colonq <llll@colonq> | 2026-07-21 00:14:25 -0400 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2026-07-21 00:14:25 -0400 |
| commit | f04ada478f4bfa5637744876f00ff56f85dcf552 (patch) | |
| tree | 50cde49222fdddf4274b3e123568fe2c75c5e155 /src/wasp-soundboard.el | |
| parent | 75e005e81b73d8471f16dc5fad7bbdc312bdbfe7 (diff) | |
Update
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 |
