]> git.parisson.com Git - telecaster-server.git/commitdiff
add hp filter 1.1
authorGuillaume Pellerin <yomguy@parisson.com>
Fri, 11 Mar 2022 12:49:08 +0000 (13:49 +0100)
committerGuillaume Pellerin <yomguy@parisson.com>
Fri, 11 Mar 2022 12:49:08 +0000 (13:49 +0100)
src/home/telecaster/.fluxbox/scripts/tc_audio_jack_test.sh

index 74045b7630b1c68c722aaa75ca83d555a06be7be..88f5ac039b903de0c0b2c883005ec93d3c132603 100755 (executable)
@@ -13,9 +13,10 @@ if [ -f $LOCAL_DIR/.env ]; then
 fi
 
 # GST launch
-gst-launch-1.0 filesrc location=~/Sounds/Test/test_raw_voice_moreau.wav \
+gst-launch-1.0 filesrc location=~/Sounds/Test/test_raw_voice_haik.wav \
     ! queue ! decodebin \
        ! queue ! audioconvert \
+       ! queue ! audiocheblimit mode=high-pass cutoff=125 poles=4 \
        ! queue ! volume volume=2.5 \
        ! queue ! audiodynamic characteristics=soft-knee mode=compressor threshold=0.125 ratio=0.125 \
        ! queue ! volume volume=1.5 \