Opened 7 years ago

Closed 7 years ago

#6202 closed enhancement (wontfix)

dynaudnorm side-chain version

Reported by: mtc Owned by:
Priority: wish Component: avfilter
Version: git-master Keywords: dynaudnorm
Cc: Blocked By:
Blocking: Reproduced by developer: no
Analyzed by developer: no

Description

if dynaudnorm could support a side-chain version (similar to acompressor) -

using an audio's peak is innacurate
but an upsampled-version of audio is closer to 'true-peak'

Change History (4)

comment:1 by Elon Musk, 7 years ago

How would you normalize non-upsampled audio with upsampled one? That is just impossible.

comment:2 by mtc, 7 years ago

pretty-easy:
by applying the side-chain to a aevalsrc=1 , downsampling(non-sinc to avoid ringing) that to match original rate, and then multiplying that to original

that way you don't have to deal with resampling degrading original, unfortunately doesn't seem very simple :/

Last edited 7 years ago by mtc (previous) (diff)

comment:3 by Carl Eugen Hoyos, 7 years ago

Component: undeterminedavfilter
Keywords: dynaudnorm added
Priority: normalwish
Version: unspecifiedgit-master

comment:4 by Elon Musk, 7 years ago

Resolution: wontfix
Status: newclosed

Then upsample prior to calling filter.

Note: See TracTickets for help on using tickets.