Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Fachschaftsrat
Systemadministration
Ansage Cafete
Commits
6cc8077d
Commit
6cc8077d
authored
Dec 03, 2018
by
Thomas Eppers
Browse files
changed wrong parameter from --VOLUME to --volume
parent
12749264
Changes
1
Hide whitespace changes
Inline
Side-by-side
ansage.sh
View file @
6cc8077d
...
...
@@ -17,7 +17,7 @@ if [[ $PLAYING ]]; then
fi
# play snippet
mpv
$SNIPPET
--
VOLUME
=
$VOLUME
mpv
$SNIPPET
--
volume
=
$VOLUME
# following doesn't work right, mostly produces much noise :(
# mpv $SNIPPET --volume=$VOLUME --audio-display=no --audio-channels=stereo --audio-samplerate=48000 --audio-format=s16 --ao=pcm --ao-pcm-file=/tmp/snapfifo
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment