From b1d982a7ff9ffaecf6320ef49694f2703927b80f Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Mon, 24 Mar 2025 16:30:28 +0100 Subject: [PATCH] add audio_options --- bin/streaming/telecaster.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/streaming/telecaster.py b/bin/streaming/telecaster.py index 0c2d5c3..4413ddb 100755 --- a/bin/streaming/telecaster.py +++ b/bin/streaming/telecaster.py @@ -29,7 +29,7 @@ VIDEO_PIPELINE_BASE="""{video_source} {video_options}\ ! queue ! shout2send ip={ip} port={port} password={password} mount=telecaster_live_{id}.webm """ -AUDIO_PIPELINE_BASE="""{audio_source} ! audio/x-raw, format=F32LE, channels={channels} \ +AUDIO_PIPELINE_BASE="""{audio_source} {audio_options} ! audio/x-raw, format=F32LE, channels={channels} \ ! queue ! audiocheblimit mode=high-pass cutoff=120 poles=4 \ ! queue ! volume volume={gain_pre} \ ! queue ! audiodynamic characteristics=soft-knee mode=compressor threshold=0.125 ratio=0.125 \ -- 2.39.5