File: control

package info (click to toggle)
jack-stdio 1.4-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, jessie, jessie-kfreebsd, stretch, wheezy
  • size: 136 kB
  • ctags: 88
  • sloc: ansic: 740; sh: 72; makefile: 28
file content (27 lines) | stat: -rw-r--r-- 1,018 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
Source: jack-stdio
Section: sound
Priority: optional
Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers@lists.alioth.debian.org>
Uploaders: Alessio Treglia <alessio@debian.org>
Build-Depends: debhelper (>= 7.0.50~),
 libjack-dev
Homepage: http://rg42.org/oss/jackstdout/
Standards-Version: 3.9.2
Vcs-Git: git://git.debian.org/pkg-multimedia/jack-stdio.git
Vcs-Browser: http://git.debian.org/?p=pkg-multimedia/jack-stdio.git

Package: jack-stdio
Architecture: any
Depends: ${shlibs:Depends},
 jackd,
 ${misc:Depends}
Suggests: sox
Description: program to pipe audio-data from and to JACK
 jack-stdout is a small tool that writes JACK audio-sample data to
 buffered standard output. jack-stdin reads raw audio data from
 standard input and writes it to a JACK audio port.
 .
 By default jack-stdout writes 16 bit signed integer raw audio data
 (much like mpg123 -s at JACK's samplerate, but it can output
 signed/unsigned 8/16/24/32 bit integer and 32bit floating-point
 data, both big/little endian.