From fbee7f98dd07462d65326ab001a971ef2b2ad738 Mon Sep 17 00:00:00 2001 From: dmotte <37443982+dmotte@users.noreply.github.com> Date: Thu, 25 Apr 2024 21:04:26 +0200 Subject: [PATCH] Improved shell commands --- bnplay.cmd | 2 +- bnplay.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bnplay.cmd b/bnplay.cmd index 471cd6b..47d8902 100644 --- a/bnplay.cmd +++ b/bnplay.cmd @@ -1,3 +1,3 @@ @echo off -ffplay bn-sample.flac -loop 0 -nodisp -autoexit -af "volume=0.5" +ffplay bn-sample.flac -loop 0 -nodisp -autoexit -af volume=.5 diff --git a/bnplay.sh b/bnplay.sh index 7a473ac..d21c24c 100644 --- a/bnplay.sh +++ b/bnplay.sh @@ -4,4 +4,4 @@ set -e cd "$(dirname "$0")" -ffplay bn-sample.flac -loop 0 -nodisp -autoexit -af "volume=0.5" +ffplay bn-sample.flac -loop 0 -nodisp -autoexit -af volume=.5