1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
|
Source: jack-delay
Section: sound
Priority: optional
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Uploaders:
Jaromír Mikeš <mira.mikes@seznam.cz>
Build-Depends:
debhelper (>= 10~),
libjack-dev,
libasound2-dev
Standards-Version: 4.3.0
Vcs-Git: https://salsa.debian.org/multimedia-team/jack-delay.git
Vcs-Browser: https://salsa.debian.org/multimedia-team/jack-delay
Homepage: https://kokkinizita.linuxaudio.org/linuxaudio/
Package: jack-delay
Architecture: any
Depends:
${misc:Depends},
${shlibs:Depends}
Description: JACK latency meter
jack_delay can be used to measure the round-trip latency of a soundcard.
To do this, start the program and connect like this:
.
jack_delay -> playback_port -> cable from soundcard output to input ->
-> capture port -> jack_delay
.
jack_delay generates a signal consisting of 13 sine waves, measures the
phase difference between the input and output for each of these, and
computes the delay from those phase differences. The algorithm used is
one developed originally for satellite ranging - that is measuring the
distance between a satellite and a ground station.
|