Metadata-Version: 2.2
Name: dr14meter
Version: 1.1.4
Summary: Compute the dynamic range DR14 value of the given audio files
Author-email: pe7ro <44572319+pe7ro@users.noreply.github.com>
License: GPL-3.0+
Project-URL: Homepage, https://github.com/pe7ro/dr14meter
Project-URL: Bug Reports, https://github.com/pe7ro/dr14meter/issues
Project-URL: Source, https://github.com/pe7ro/dr14meter
Keywords: dr14,dynamic range,loudness war
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Multimedia :: Sound/Audio :: Analysis
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: mutagen
Provides-Extra: plot
Requires-Dist: matplotlib>=2; extra == "plot"
Requires-Dist: scipy; extra == "plot"

dr14meter is a free and open-source command line tool for computing the Dynamic Range of your music. 

It is based on [simon-r/dr14_t.meter](https://github.com/simon-r/dr14_t.meter) which has not been updated for a while now.
The goal is to provide bugfixes and occasional updates to the tool.

For more info visit: <https://github.com/pe7ro/dr14meter>

Installation packages available at pypi: <https://pypi.org/project/dr14meter/>

### Introduction to DR14 T.meter ###

DR14 T.meter is a free and open source command line tool for computing the Dynamic Range of your music 
according to the procedure used in the off-line meter released by the Pleasurize Music Foundation. 
[Link to the procedure's definition in PDF article](http://www.dynamicrange.de/sites/default/files/Measuring%20DR%20ENv3.pdf)
or
[from web archive](https://web.archive.org/web/20180917133436/http://www.dynamicrange.de/sites/default/files/Measuring%20DR%20ENv3.pdf)

This tool is very useful to measure how is loud your music and for understanding that a good quality album 
always has also a good dynamic, and it's also useful for understanding the effects of the so called loudness war.

Dr14 t.meter is released under the terms of the  GNU GPLv3 license and  is intended for the Linux users 
that can not use the Windows application released by the Pleasurize Music Foundation or the plugin for Foobar2000.

It is largely tested and has always returned results identical to those of the official off-line meter.

