audiolatency: New plugin for measuring audio latency
authorNirbheek Chauhan <nirbheek@centricular.com>
Mon, 26 Feb 2018 13:08:58 +0000 (18:38 +0530)
committerNirbheek Chauhan <nirbheek@centricular.com>
Tue, 27 Feb 2018 18:24:28 +0000 (23:54 +0530)
commit3fb81536cebc174fa79fa9e8b30ae60888e467f3
tree143bc08ec5bb69c9f8bc68e073c0470e754300b2
parent2863a55a89c2237a128eadc8c0688df8a8c299fa
audiolatency: New plugin for measuring audio latency

Measures the audio latency between the source pad and the sink pad by
outputting period ticks on the source pad and measuring how long they
take to arrive on the sink pad.

Very useful for quantifying latency improvements in audio pipelines.
This plugin was particularly useful during development of the
low-latency features of the wasapi plugin.

https://bugzilla.gnome.org/show_bug.cgi?id=793839
configure.ac
gst/audiolatency/Makefile.am [new file with mode: 0644]
gst/audiolatency/gstaudiolatency.c [new file with mode: 0644]
gst/audiolatency/gstaudiolatency.h [new file with mode: 0644]
gst/audiolatency/meson.build [new file with mode: 0644]
gst/meson.build