jack-tools 20101210-2 source package in Ubuntu

Changelog

jack-tools (20101210-2) unstable; urgency=low


  * Team upload.
  * ACK NMU.

  [ IOhannes m zmölnig ]
  * Fix improper use of fprintf (Closes: #643413)
  * Added myself as copyright-holder in debian/
  * Updated homepage field

  [ Adrian Knoth ]
  * Mark patch for #643413 as forwarded

  [ Alessio Treglia ]
  * Fix FTBFS with ld --as-needed.
    Thanks to Leo Iannacone <email address hidden> (Closes: #655216)
  * Bump Standards.

 -- Alessio Treglia <email address hidden>  Tue, 10 Jan 2012 20:00:23 +0100

Upload details

Uploaded by:
Debian Multimedia Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Multimedia Maintainers
Architectures:
any
Section:
sound
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise release universe sound

Downloads

File Size SHA-256 Checksum
jack-tools_20101210-2.dsc 2.2 KiB c6399ced7eb0354d27c4248e178c59c22a501931e870b4ddab0cf8c97d11610d
jack-tools_20101210.orig.tar.gz 44.5 KiB d08fe8ac2fdd75efbc66acc4e9867b6dbfe88772ebcfe8bcdf3d216b32d2f154
jack-tools_20101210-2.debian.tar.gz 6.4 KiB 9aa5befd76b8d3a4166af14836cda75ecb7718fd7421994e098360bff43d09f6

No changes file available.

Binary packages built by this source

jack-tools: various JACK tools: dl, record, scope, osc, plumbing, udp, play, transport

 jack.* is a collection of small tools for the JACK Audio Connection
 Kit.
 .
 JACK allows the connection of multiple applications to an audio device,
 as well as allowing them to share audio between themselves.
 .
 jack.dl loads dsp algorithms from shared libraries. Commands are sent
 as OSC packets over a UDP connection.
 .
 jack.record is a light-weight JACK capture client to write an arbitrary
 number of channels to disk.
 .
 jack.scope draws either a time domain signal trace or a self
 correlation trace. Multiple input channels are superimposed, each
 channel is drawn in a different color. jack.scope accepts OSC packets
 for interactive control of drawing parameters.
 .
 jack.osc publishes the transport state of the local JACK server as OSC
 packets over a UDP connection. jack.osc allows any OSC enabled
 application to act as a JACK transport client, receiving sample
 accurate pulse stream timing data, and monitoring and initiating
 transport state change.
 .
 jack.plumbing maintains a set of port connection rules and manages
 these as clients register ports with JACK. Port names are implicitly
 bounded regular expressions and support sub-expression patterns.
 .
 jack.udp is a UDP audio transport mechanism for JACK. jack.udp is
 obsolete: use net driver instead.
 .
 jack.play is a light-weight JACK sound file player. It creates as many
 output ports as there are channels in the input file.
 .
 jack.transport is a JACK session manager. It reads configuration
 information from a system wide and a user specific configuration file
 and manages sessions involving the JACK daemon proper and optionally a
 set of secondary jack daemons.