HSU-ANT / gstpeaq

GstPEAQ - A GStreamer plugin for Perceptual Evaluation of Audio Quality (PEAQ)
http://ant.hsu-hh.de/gstpeaq
Other
63 stars 23 forks source link

Compiling on macOS 10.13 #8

Open coreyker opened 5 years ago

coreyker commented 5 years ago

I'm trying to compile this on macOS 10.13 but have run into difficulties. I installed the GStreamer.framework in /Library/Frameworks. I also simlinked the all of the directories in Versions/1.0 to the base directory (since at first xcode was complaining that it couldn't find glib.h). Where I'm stuck now is that xcode is halting with "ld: framework not found GStreamer". I have no idea why it can't find the framework as the correct directory is included in the search path (/Library/Frameworks), and the the GStreamer.framework is included in "Build Phases > Link Binary With Libraries". It's a long shot, but if someone had a helpful idea I would appreciate hearing it!

martinholters commented 5 years ago

I'm afraid I cannot be of much help here since I'm not a Mac user. But please, if you figure out what to do, post here or better yet, open a PR adding instructions to INSTALL.OSX.

hmijail commented 4 years ago

I just managed to compile and use the peaq CLI tool on macOS 10.15.3 without XCode by doing this:

The resulting peaq executable seems to return the same values shown in the paper when applied to the ITU reference files in https://www.itu.int/rec/R-REC-BS.1387 .

martinholters commented 4 years ago

If you could open a PR updating INSTALL.OSX with these instructions, that would be very much appreciated.