From 23a4c256173aa557271f25bc5aec1ac003b5cfb4 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Fri, 11 Mar 2022 13:49:08 +0100 Subject: [PATCH] add hp filter --- src/home/telecaster/.fluxbox/scripts/tc_audio_jack_test.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 \ -- 2.39.5