From: Guillaume Pellerin Date: Fri, 11 Mar 2022 12:49:08 +0000 (+0100) Subject: add hp filter X-Git-Tag: 1.1 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=23a4c256173aa557271f25bc5aec1ac003b5cfb4;p=telecaster-server.git add hp filter --- diff --git a/src/home/telecaster/.fluxbox/scripts/tc_audio_jack_test.sh b/src/home/telecaster/.fluxbox/scripts/tc_audio_jack_test.sh index 74045b7..88f5ac0 100755 --- a/src/home/telecaster/.fluxbox/scripts/tc_audio_jack_test.sh +++ b/src/home/telecaster/.fluxbox/scripts/tc_audio_jack_test.sh @@ -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 \