From: Guillaume Pellerin Date: Mon, 24 Mar 2025 15:30:28 +0000 (+0100) Subject: add audio_options X-Git-Tag: 4.1.0~41 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=b1d982a7ff9ffaecf6320ef49694f2703927b80f;p=telecaster-server.git add audio_options --- 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 \