Is there a way with Audacity (or any other software) to find and and mark the 5 loudest and 5 softest points in a movie audio file? It seems like this should be easy to do.
I know next to nothing about audio software
5 loudest and 5 softest points in an audio file
Forum rules
This forum is for Audacity on macOS 10.4 and later.
Please state which version of macOS you are using,
and the exact three-section version number of Audacity from "Audacity menu > About Audacity".
Audacity 1.2.x and 1.3.x are obsolete and no longer supported. If you still have those versions, please upgrade at https://www.audacityteam.org/download/.
The old forums for those versions are now closed, but you can still read the archives of the 1.2.x and 1.3.x forums.
Please state which version of macOS you are using,
and the exact three-section version number of Audacity from "Audacity menu > About Audacity".
Audacity 1.2.x and 1.3.x are obsolete and no longer supported. If you still have those versions, please upgrade at https://www.audacityteam.org/download/.
The old forums for those versions are now closed, but you can still read the archives of the 1.2.x and 1.3.x forums.
Re: 5 loudest and 5 softest points in an audio file
I'm running OS X 10.10.1 and Audacity 2.0.6
I also have Win 8 and 10 VMs running
I also have Win 8 and 10 VMs running
-
Robert J. H.
- Posts: 3633
- Joined: Thu May 31, 2012 8:33 am
- Operating System: Windows 10
Re: 5 loudest and 5 softest points in an audio file
It seems trivial, but it isn't.tithos wrote:Is there a way with Audacity (or any other software) to find and and mark the 5 loudest and 5 softest points in a movie audio file? It seems like this should be easy to do.
I know next to nothing about audio software
Firstly, loudness isn't measureable. There exist some loudness curves, based on numerous listening tests (e.g. Fletcher-Manson).
All filters that are based on this curves are not perfect, to say the least.
One can of course simply measure the power or energy of the wave form over a specific time span. This won't give you information about the actual loudness (again, some kind of filter helps a bit).
Example:
Let's say we have the samples 1 -1 1 -1 1 -1 1 -1
This gives an Rms value of 1 or 0dB.
At 48000 Hz sample rate, you won't hear anything at all and at 2000 Hz, it will be loudest.
Let's assume that we are happy with the pure Rms value and want to measure those 10 points like that.
You could for example use the sound and silence finders in the Analyze menu to find exactly 5 labels for each.
You will notice that you have to vary the duration of the audio event as well as the thresholds, which define a loud/quiet event.
I could write some nyquist plug-in that returns e.g. the 5 "loudest" passages but you must be aware that their are additional constraints needed like ignoring events under 0.1 s length.