]> git.parisson.com Git - telecaster-server.git/commitdiff
fix quotes
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Sat, 26 Feb 2022 23:15:44 +0000 (00:15 +0100)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Sat, 26 Feb 2022 23:15:44 +0000 (00:15 +0100)
src/home/telecaster/.fluxbox/scripts/.env.sample
src/home/telecaster/.fluxbox/scripts/tc_audio_mp3_icecast-gst1.sh

index caece652726d9addcc2daf32e8145d5a60cd1de1..353cda381d2675486d74360937f941652c92cabe 100644 (file)
@@ -16,4 +16,4 @@ VIDEO_FLIP=rotate-180
 # Audio
 AUDIO_CHANNELS=2
 AUDIO_OPUS_BITRATE=96000
-AUDIO_MP3_QUALITY="4.0"
\ No newline at end of file
+AUDIO_MP3_QUALITY=4.0
\ No newline at end of file
index 042734811677cab094814ccbb71ba6b98782c0c3..1424f464cb86ecabad630a27583668100e3c3b28 100755 (executable)
@@ -5,7 +5,7 @@ set -e
 # Audio
 AUDIO_CHANNELS=2
 AUDIO_OPUS_BITRATE=96000
-AUDIO_MP3_QUALITY="4.0"
+AUDIO_MP3_QUALITY=4.0
 
 LOCAL_DIR=$(dirname "$0")
 if [ -f $LOCAL_DIR/.env ]; then