File: control

package info (click to toggle)
signal-estimator 0.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 2,252 kB
  • sloc: cpp: 4,752; python: 846; sh: 147; makefile: 58
file content (62 lines) | stat: -rw-r--r-- 2,449 bytes parent folder | download
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
Source: signal-estimator
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Uploaders: Dylan Aïssi <daissi@debian.org>
Section: sound
Priority: optional
Build-Depends: cmake,
               debhelper-compat (= 13),
               libasound2-dev,
               libcli11-dev,
               libconcurrentqueue-dev,
               libfmt-dev,
               libgmock-dev,
               libgtest-dev,
               libisptr-dev,
               libkissfft-dev,
               libpng-dev,
               libqwt-qt5-dev,
               libspdlog-dev,
               pkgconf,
               qtbase5-dev
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/multimedia-team/signal-estimator
Vcs-Git: https://salsa.debian.org/multimedia-team/signal-estimator.git
Homepage: https://github.com/gavv/signal-estimator
Rules-Requires-Root: no

Package: signal-estimator
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends}
Description: measure characteristics of a looped back signal
 signal-estimator is a small command-line and GUI tool allowing to measure
 different characteristics of the signal looped back from audio output to
 audio input. Its features are:
  - send test signal to output device and receive looped back signal from input
   device(s)
  - measure signal latency (the shift between output and input signal)
  - measure signal loss ratio (number of glitches per second in the input
   signal)
  - measure I/O jitter and delay
  - print reports in JSON format for easy parsing
  - dump output and input streams in CSV format for later inspection

Package: signal-estimator-gui
Architecture: any
Depends: signal-estimator,
         ${misc:Depends},
         ${shlibs:Depends}
Description: measure characteristics of a looped back signal (GUI)
 signal-estimator is a small command-line and GUI tool allowing to measure
 different characteristics of the signal looped back from audio output to
 audio input. Its features are:
  - send test signal to output device and receive looped back signal from input
   device(s)
  - measure signal latency (the shift between output and input signal)
  - measure signal loss ratio (number of glitches per second in the input
   signal)
  - measure I/O jitter and delay
  - print reports in JSON format for easy parsing
  - dump output and input streams in CSV format for later inspection
 .
 This package contains a simple GUI for signal-estimator.