]> git.parisson.com Git - telecaster-server.git/commitdiff
use volume and add high ratio comp as a limiter
authorGuillaume Pellerin <yomguy@parisson.com>
Fri, 11 Mar 2022 09:39:45 +0000 (10:39 +0100)
committerGuillaume Pellerin <yomguy@parisson.com>
Fri, 11 Mar 2022 09:39:45 +0000 (10:39 +0100)
src/home/telecaster/.fluxbox/scripts/tc_audio_jack_test.sh

index f5ffbd53dc1b00f4af26113e00fe13a15c660537..74045b7630b1c68c722aaa75ca83d555a06be7be 100755 (executable)
@@ -13,11 +13,12 @@ if [ -f $LOCAL_DIR/.env ]; then
 fi
 
 # GST launch
-gst-launch-1.0 filesrc location=/home/guyom/Sounds/test/pc_test-2.mp3 \
+gst-launch-1.0 filesrc location=~/Sounds/Test/test_raw_voice_moreau.wav \
     ! queue ! decodebin \
        ! queue ! audioconvert \
-       ! queue ! rgvolume pre-amp=-24 \
-       ! queue ! audiodynamic characteristics=hard-knee mode=compressor threshold=0.125 ratio=6 \
-       ! queue ! rglimiter \
+       ! queue ! volume volume=2.5 \
+       ! queue ! audiodynamic characteristics=soft-knee mode=compressor threshold=0.125 ratio=0.125 \
+       ! queue ! volume volume=1.5 \
+       ! queue ! audiodynamic characteristics=hard-knee mode=compressor threshold=0.95 ratio=0.001 \
        ! queue ! pulsesink