Skip to content

Commit

Permalink
Improved shell commands
Browse files Browse the repository at this point in the history
  • Loading branch information
dmotte committed Apr 25, 2024
1 parent 1cda73d commit fbee7f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bnplay.cmd
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion bnplay.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit fbee7f9

Please sign in to comment.