8 python3Packages.buildPythonApplication rec {
12 disabled = !python3Packages.isPy3k;
14 src = fetchFromGitHub {
16 repo = "dr14_t.meter";
18 sha256 = "1nfsasi7kx0myxkahbd7rz8796mcf5nsadrsjjpx2kgaaw5nkv1m";
21 propagatedBuildInputs = with pkgs; [
34 description = "Compute the DR14 of a given audio file according to the procedure described by the Pleasurize Music Foundation";
35 mainProgram = "dr14_tmeter";
36 license = licenses.gpl3Plus;
37 homepage = "http://dr14tmeter.sourceforge.net/";