Hi,
I’ve tried several methods since I saw that Caspar could use FFMPEG filters. My idea is to use a compressor-limiter for the entire audio mix, hence the suggestions for Consumers, Decklink, and NDI, but I can’t get any of them to work, although I don’t see any errors in the log either.
I’m using version 2.5.0.
<custom-filters>compand=attacks=0.1:decays=1.0:points=-90/-90|-35/-25|-15/-9|0/-5:soft-link=6:gain=2:delay=0.1,alimiter=limit=0.95:level=1</custom-filters>
I’ve also tried using the tags “audio-filter”, “custom-audio-filters”, but I can’t get it to work, even though I don’t see any filter loading errors in the log.
<audio-filter>volume=0.9</audio-filter>
I’m trying to implement these filters in consumer settings, using DeckLink and NDI.
<decklink> <device>1</device> <embedded-audio>true</embedded-audio> <latency>low</latency> <custom-filters>compand=attacks=0.1:decays=1.0:points=-90/-90|-35/-25|-15/-9|0/-5:soft-link=6:gain=2:delay=0.1,alimiter=limit=0.95:level=1</custom-filters> </decklink>
`<ndi>
<name>playout</name>`
<latency>low</latency> <audio-filter>volume=0.9</audio-filter>
</ndi>
</consumers>
Thanks.