File: control

package info (click to toggle)
zita-lrx 0.1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid
  • size: 216 kB
  • sloc: cpp: 1,182; makefile: 26
file content (39 lines) | stat: -rw-r--r-- 1,408 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
Source: zita-lrx
Section: sound
Priority: optional
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Uploaders:
 Jaromír Mikeš <mira.mikes@seznam.cz>
Build-Depends:
 debhelper-compat (= 12),
 libclthreads-dev (>= 2.4.0),
 libjack-dev
Rules-Requires-Root: no
Standards-Version: 4.5.0
Vcs-Git: https://salsa.debian.org/multimedia-team/zita-lrx.git
Vcs-Browser: https://salsa.debian.org/multimedia-team/zita-lrx
Homepage: https://kokkinizita.linuxaudio.org/linuxaudio/downloads/index.html

Package: zita-lrx
Architecture: any
Depends:
 ${misc:Depends},
 ${shlibs:Depends}
Description: Command line jack application providing crossover filters
 Command line jack application providing 2, 3, or 4-band,
 4th order crossover filters.
 The filter type is continuously variable between Linkwitz-Riley
 (-6dB at the xover frequency) and Butterworth(-3 dB at the xover frequency).
 Outputs are exactly phase matched in the crossover regions.
 .
 The application supports up to 16 channels.
 .
 Configuration is by a text file using 'OSC' style syntax
 (similar to Ambdec and Jconvolver).
 Apart from the basic filter parameters,
 the following can be set:
  - Channel labels (used for naming Jack ports).
  - Frequency band names (used in output port names).
  - Optional output autoconnections.
  - For each channel: gain and delay (in ms).
  - For each frequency band: gain and delay.