Integrated Dynamic Range (DR) measurment tool

This read-only archive contains discussions from the Adding Feature forum.
New feature request may be posted to the Adding Feature forum.
Technical support is available via the Help forum.
Robert J. H.
Posts: 3633
Joined: Thu May 31, 2012 8:33 am
Operating System: Windows 10

Re: Integrated Dynamic Range (DR) measurment tool

Post by Robert J. H. » Thu Apr 03, 2014 10:47 pm

Thank you Koz, it is interesting, as usual.
I have to check where I've seen this comparison of loudness recommendations.
Strange enough, The (mostly german-speaking) TV industry has adapted the -23 LUFS (or better, the gradual transition toward it) in 2012.
I remember the announcement some 3 or 4 years back. However, the switching from normal program to comercials still makes me jump... and so does switching from public to private stations. Radio broadcasting companies do not seem to have yet agreed on the introduction of R128.

Despite of my forbodings, implementing the DR14 algorithm seems to be the easier starting point. Mainly because it has neither filtering nor gating in it. The Loudness Range has included those but without the subtraction of the dBTP (true peak), it uses instead the integrated LUFS (loudness unit in relation to full scale). Both algorithms take just some part of the RMS values (if weighted or not). DR14 needs percentiles 80 to 100, whereas LRA uses those from 10 to 95 (but with a lot already removed due gating).

unfa
Posts: 34
Joined: Sat Mar 29, 2014 10:33 pm
Operating System: Linux *buntu

Re: Integrated Dynamic Range (DR) measurment tool

Post by unfa » Tue Sep 02, 2014 2:04 pm

I'm bumping the thread.

There's a video by Ian Shepherd showing his online DR meter in action:
http://productionadvice.co.uk/how-to-ma ... song-loud/

I think it's a rather simple thing calculating the range between the peak and RMS with some easing. What do you think about that?

Also I'd like to remind again that the ofline meter is implemented in an open source project called DR14 T.tmeter:
http://dr14tmeter.sourceforge.net/index.php/Main_Page

How hard would it be to extract the analysis code and add it to Audacity's "Analysys" menu?
This way user could analyze any selection for the DR value. That would be extremely handy when checking album masters.

unfa
Posts: 34
Joined: Sat Mar 29, 2014 10:33 pm
Operating System: Linux *buntu

Re: Integrated Dynamic Range (DR) measurment tool

Post by unfa » Tue Sep 02, 2014 2:34 pm

I've found an interested paper about the EBU R 128 (-23 LUFS) standard, I think it might be a big help in implementation:

http://lac.linuxaudio.org/2011/download/lm-pres.pdf

unfa
Posts: 34
Joined: Sat Mar 29, 2014 10:33 pm
Operating System: Linux *buntu

Re: Integrated Dynamic Range (DR) measurment tool

Post by unfa » Tue Sep 02, 2014 4:01 pm

I've realized there's Ebumeter:

http://kokkinizita.linuxaudio.org/linux ... guide.html
http://kokkinizita.linuxaudio.org/linux ... index.html

It (nearly?*) complies to the EBU R 128 specification.
*I'm not sure if it measures inter-sample peaks yet.

It's not as easy to read as JKMeter, but given a bit of reading can really give nice results.
Maybe it'd be a good idea to incorporate some features of it into Audacity?

steve
Site Admin
Posts: 81609
Joined: Sat Dec 01, 2007 11:43 am
Operating System: Linux *buntu

Re: Integrated Dynamic Range (DR) measurment tool

Post by steve » Tue Sep 02, 2014 5:11 pm

unfa wrote:There's a video by Ian Shepherd showing his online DR meter in action:
Good video.
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)

steve
Site Admin
Posts: 81609
Joined: Sat Dec 01, 2007 11:43 am
Operating System: Linux *buntu

Re: Integrated Dynamic Range (DR) measurment tool

Post by steve » Tue Sep 02, 2014 7:29 pm

unfa wrote:I've found an interested paper about the EBU R 128 (-23 LUFS) standard, I think it might be a big help in implementation:

http://lac.linuxaudio.org/2011/download/lm-pres.pdf
That answers my first question :D
unfa wrote:It (nearly?*) complies to the EBU R 128 specification.
A "loudness meter" does not have to comply with EBU R-128 to work effectively as a loudness meter. It only needs to comply with EBU R-128 to be an "EBU R-128 compliant loudness meter".

There are weaknesses in the EBU R-128 specification that allow different (compliant) meters to produce significantly different measurements, and for measurement that are wildly different from "perceived loudness". Because of these weaknesses, for an "equal loudness normalization effect", I probably would not use EBU R-128. Similarly, for "mastering" a mix I would not rely on an absolute measurement from an EBU R-128 compliant meter - better to use "ears". However, having said that, EBU R-128 is probably the most widely accepted standard* for loudness measurement, so if Audacity were to have a "loudness" or "dynamic range" meter, then it would make sense for it to be compliant with EBU R-128.
(* not actually a "standard". EBU R-128 is a "recommendation" based on ITU-R BS1770)
unfa wrote:How hard would it be to extract the analysis code and add it to Audacity's "Analysys" menu?
According to that paper:
  • An instrument or software application conforming to R-128 should allow the user
    to display either M or S. Update rate must be at least 10 times per second.
  • The maximum values for either must be displayed as well.
  • For a graphical display two ranges should be provided: one from -18 to +9 LU,
    the second from -36 to +18 LU.
  • The user should be able to select either the relative (LU) scale, or the absolute
    (LUFS) one.
So this appears to be primarily targeted at a real-time meter. In which case, it shouldn't it really be a new toolbar (like the standard meters) rather than something in the Analyze menu?
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)

steve
Site Admin
Posts: 81609
Joined: Sat Dec 01, 2007 11:43 am
Operating System: Linux *buntu

Re: Integrated Dynamic Range (DR) measurment tool

Post by steve » Tue Sep 02, 2014 7:53 pm

unfa wrote:I've realized there's Ebumeter:

http://kokkinizita.linuxaudio.org/linux ... guide.html
The good news is that it can be used with Audacity (http://youtu.be/MG4VYW6yChU)
The bad news, probably only on Linux.
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)

Locked