Project

General

Profile

Dynamic range meter plugin

Added by Rustam Tsurik about 11 years ago

Hi,
I'm developing a dynamic range meter plugin for Audacious similar to TT Dynamic Range Meter for foobar2k, and would like to get any feedback or suggestions on how to improve it further. The sources can be downloaded from a git repo at https://github.com/rtsurik/audacious-dr-meter-plugin, also there is a package for Archlinux named "audacious-dr-meter-plugin" in the AUR repo.


Replies (1)

RE: Dynamic range meter plugin - Added by Michael Schwendt about 11 years ago

Just looking at the Makefile, you should not hardcode /usr/lib (because it isn't /usr/lib for some target platforms, such as multi-arch x86_64) and install the file to $(pkg-config --variable=general_plugin_dir audacious) instead.

    (1-1/1)