Opened 4 years ago
Closed 4 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 Changed 4 years ago by richardpl
comment:2 Changed 4 years ago by mtc
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 :/
comment:3 Changed 4 years ago by cehoyos
- Component changed from undetermined to avfilter
- Keywords dynaudnorm added
- Priority changed from normal to wish
- Version changed from unspecified to git-master
comment:4 Changed 4 years ago by richardpl
- Resolution set to wontfix
- Status changed from new to closed
Then upsample prior to calling filter.
Note: See
TracTickets for help on using
tickets.
How would you normalize non-upsampled audio with upsampled one? That is just impossible.