sassam/dr14_tmeter
Project ID: 16662
Description
DR14 T.meter is a free and open source command line tool for computing the Dynamic Range of audio files according to the procedure used in the off-line meter released by the Pleasurize Music Foundation. This COPR repo provides RPM packages for the latest Fedora & EL distros. These packages are compiled using the source from the GitHub repository https://github.com/simon-r/dr14_t.meter.git.
Installation Instructions
- Open a Terminal and enter the following command to enable the COPR repo:
sudo dnf copr enable sassam/dr14_tmeter
- Enable RPMFusion-Free repository:
sudo dnf install https://mirrors.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm
as it contains two required dependencies: faad2 and ffmpeg. - Switch to full FFmpeg as per the Multimedia page to avoid ffmpeg-free conflicts:
sudo dnf swap ffmpeg-free ffmpeg --allowerasing
- Install DR14.T_Meter:
sudo dnf install dr14_t.meter
- Change directory (
cd
) to a folder with audio files and run thedr14_tmeter
command. Rundr14_tmeter --help
to view additional options.
Active Releases
The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).
Release | Architectures | Repo Download |
---|---|---|
Centos-stream+epel-next 8 | aarch64 (0)*, x86_64 (0)* | Centos-stream+epel-next 8 (1 downloads) |
Centos-stream+epel-next 9 | aarch64 (0)*, x86_64 (0)* | Centos-stream+epel-next 9 (0 downloads) |
Centos-stream 10 | aarch64 (0)*, x86_64 (2)* | Centos-stream 10 (9 downloads) |
Centos-stream 9 | aarch64 (2)*, x86_64 (2)* | Centos-stream 9 (29 downloads) |
EPEL 10 | aarch64 (0)*, x86_64 (0)* | EPEL 10 (0 downloads) |
EPEL 8 | aarch64 (9)*, x86_64 (9)* | EPEL 8 (117 downloads) |
EPEL 9 | aarch64 (6)*, x86_64 (4)* | EPEL 9 (28 downloads) |
Fedora 38 | aarch64 (2)*, ppc64le (2)*, x86_64 (8)* | Fedora 38 (0 downloads) |
Fedora 39 | aarch64 (2)*, x86_64 (2)* | Fedora 39 (50 downloads) |
Fedora 40 | aarch64 (5)*, x86_64 (19)* | Fedora 40 (24 downloads) |
Fedora 41 | aarch64 (0)*, x86_64 (7)* | Fedora 41 (4 downloads) |
Fedora eln | aarch64 (2)*, x86_64 (0)* | Fedora eln (11 downloads) |
Fedora rawhide | aarch64 (6)*, x86_64 (6)* | Fedora rawhide (141 downloads) |
Rhel 8 | aarch64 (2)*, x86_64 (2)* | Rhel 8 (10 downloads) |
Rhel 9 | aarch64 (2)*, x86_64 (2)* | Rhel 9 (10 downloads) |
* Total number of downloaded packages.
Quick Enable
#> dnf copr enable sassam/dr14_tmeter
More info about enabling Copr repositories