gstpeaq
gstpeaq copied to clipboard
GstPEAQ - A GStreamer plugin for Perceptual Evaluation of Audio Quality (PEAQ)
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...
Hello, I am using Ubuntu 17.10 with gstreamer 1.0. I've been using GST-PEAQ to estimate the divergence between audio files, and I occasionally obtain the following as output for the...
I just found this project. This is great... Before I try it myself: do you have experience interfacing gstpeaq with [gst-python](https://github.com/GStreamer/gst-python)?
Hi, On Ubuntu 17.10 with gstreamer 1.0, after installing dependencies, I run ./autogen.sh and ./configure to generate the makefile, then make, and I get the following output: make all-recursive make[1]:...
Hi, There is a problem when I `./configure`, I didn't find configure file in the directory, how can I install it?
The `peaq` utility currently prints the error to stdout, using a bunch of `puts`. This made my script a little harder to debug. I'm afraid there's no easy thing like...
The plugin path is currently hardcoded to be `$PREFIX/lib/gstreamer-1.0`. This is not great in a number of cases: * When gstreamer and gstpeaq are in different prefixes. When trying out...
Another excerpt from #24 thanks to @mincequi. It should be noted that this causes a significant relative increase of the executable size (more than 4 times, depending on architecture), but...
...also add initial CMake support and let peaq load arbitrary audio files (not just .wav) Hi there, i just added some little extensions. Hope that helps. BR Manuel