Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Relative gate threshold: -20 instead of -10(?) #92

Closed
nofishonfriday opened this issue Oct 4, 2018 · 2 comments
Closed

Relative gate threshold: -20 instead of -10(?) #92

nofishonfriday opened this issue Oct 4, 2018 · 2 comments

Comments

@nofishonfriday
Copy link

nofishonfriday commented Oct 4, 2018

Hi,
in https://github.com/jiixyj/libebur128/blob/master/ebur128/ebur128.c#L99 I see relative_gate set to -10.0 while in EBU Tech 3342 is specified (page 6)

The relative threshold is set to a level of −20 LU relative to the absolute-gated loudness level.

So shouldn't relative_gate be set to -20.0 also or do I misunderstand this?
Thanks.

@nofishonfriday nofishonfriday changed the title Realtive gate threshold: -20 instead of -10(?) Relative gate threshold: -20 instead of -10(?) Oct 4, 2018
@audionuma
Copy link
Contributor

Hello, as mentioned in the linked document :

The computation of Loudness Range is based on a measurement of loudness level as specified in ITU-R BS.1770 [2], albeit with a different relative gating threshold

See

stl_integrated = minus_twenty_decibels * stl_power;
where the -20 LU LRA relative gating is applied, and
minus_twenty_decibels = pow(10.0, -20.0 / 10.0);
where it is initialized.

The integrated loudness relative gate is appropriately set to -10 LU.

@nofishonfriday
Copy link
Author

Thanks for the clarification.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants