GstPEAQ - A GStreamer plugin for Perceptual Evaluation of Audio Quality (PEAQ)
License
HSU-ANT/gstpeaq
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
develop
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more.
- Open with GitHub Desktop
- Download ZIP
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Latest commit
Git stats
Files
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
GstPEAQ - A GStreamer plugin for Perceptual Evaluation of Audio Quality GstPEAQ is an implementation of the algorithm described in "Recommendation ITU-R BS.1387-1: Method for objective measurements of perceived audio quality", both in its basic and advanced version. It does not, however, conform to ITU-R BS.1387-1 in the sense that is does not compute values within the allowed tolerance for the given test items. The implemented algorithm of ITU-R BS.1387-1 provides a way to compute an impairment grade between a reference audio signal and a test audio signal, being the reference signal after having undergone some distortion like e.g. perceptual coding. The impairment is measured in terms of the Objective Difference Grade (ODG) that should match the rating of an average human expert listener on a continuous scale with the following anchor points: 0 - impairment imperceptible -1 - impairment perceptible but not annoying -2 - impairment slightly annoying -3 - impairment annoying -4 - impairment very annoying Although GstPEAQ does not conform to ITU-R BS.1387-1, deviations are sufficiently small such that it should still provide an alternative to listening tests just as good as implementations conforming to ITU-R BS.1387-1 do. See M. Holters and U. Zölzer, "GstPEAQ – an Open Source Implementation of the PEAQ Algorithm" (http://www.hsu-hh.de/download-1.5.1.php?brick_id=gywLUdLoxvNqEvNJ) for details. GstPEAQ comes as a GStreamer plugin providing an element named "peaq". The element has two sink pads, "ref" and "test" for reference and test signal, respectively. The computed ODG can be obtained by reading the "odg" property. For the common case that reference and test signal are available as WAV files, a command line utility "peaq" is provided that can simply be invoked as peaq [--advanced] {REFFILE} {TESTFILE} where --advanced chooses the advanced version of the algorithm (the basic version is used by default), and {REFFILE} and {TESTFILE} give the reference and test signal file name, respectively. Although development is primarily done for the Linux platform, GstPEAQ has been successfully compiled for Windows and Mac OS X, too. See the respective INSTALL.* file for further information. Reference documentation, both concerning invocation and internals, can be found at doc/html/index.html.
About
GstPEAQ - A GStreamer plugin for Perceptual Evaluation of Audio Quality (PEAQ)
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published