Open magicgoose opened 7 years ago
I just tested it on some 96khz record (FLAC variant of http://www.opengoldbergvariations.org/
) with and without the resampling, and it seems that resampling makes it closer to the "official" numbers from foobar2000 plugin. 🤔
https://github.com/simon-r/dr14_t.meter/blob/c29b2ff3141b89a82d8dbf76c9422ba5633c4ac7/dr14tmeter/audio_file_reader.py#L160 — these parameters are used to create temporary files for actual DR measurement, if I understood correctly. And they instruct ffmpeg to resample everything to 44100Hz.
http://www.dynamicrange.de/sites/default/files/Measuring DR ENv3.pdf — here's no mention of that.
What is the reason behind this? If it comes from a reverse engineering of official closed-source tools, then maybe you have some other interesting findings to share? 😄