[SCM] zita-ajbridge/master: Install upstream man pages.

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Fri Sep 4 04:43:30 UTC 2015


The following commit has been merged in the master branch:
commit 3119df69023eefafcfefb90cad5050873dca5aba
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Fri Sep 4 05:39:18 2015 +0200

    Install upstream man pages.

diff --git a/debian/zita-a2j.1 b/debian/zita-a2j.1
deleted file mode 100644
index 520b000..0000000
--- a/debian/zita-a2j.1
+++ /dev/null
@@ -1,85 +0,0 @@
-.TH ZITA-REV1 "1" "March 2012"
-.SH NAME
-zita-a2j \- Use ALSA playback device as a Jack client, with resampling.
-.SH SYNOPSIS
-.B zita-a2j
-.RI [ options ]
-.SH DESCRIPTION
-This tool allows one to use an ALSA device as a Jack client, to provide
-additional playback channels. Functionally it is equivalent to alsa_in
-that comes with Jack, but provides much better audio quality.
-.PP
-The resampling ratio will typically be stable within
-1 PPM and change only very smoothly. Delay will be stable as
-well even under worse case conditions, e.g. the Jack client
-running near the end of the cycle.
-.PP
-The alsa device should be a 'hw:' one, i.e. direct access to a
-soundcard and not an ALSA 'plug' device. A well-working Jack
-system is assumed, running in real-time mode.
-.PP
-The sample rate can be the same as Jack's one, or different.
-Minimum delay is obtained by running the alsa device at a lower
-period size than Jack. This can be done safely as the alsa thread
-will run at a higher priority, and apart from copying to/from an
-internal buffer no work is done there. There are no restrictions
-on the product of period_size and number_of_periods as there are
-for alsa_in and alsa_out.
-.PP
-zita-a2j will optionally print some information four times per
-second. The first number is the average loop error over the last
-quarter second, in samples. It should be reduced to small randowm
-values close to zero after 15 seconds or so. The second is the
-dynamic correction factor of the nominal resampling ratio. This
-should converge to a value close to one and not move much.
-.PP
-You may observe small variations in these numbers when Jack apps
-are started or stopped. This is normal. Anything else isn't -
-please report. 
-.PP
-When starting, and in case of major trouble, you will see the
- 'Starting synchronisation' message. This can happen if there is
-a timeout on the Jack server, e.g. a client crashed or terminated
-in a dirty way. Jack1 will skip one or more cycles when new apps
-are started, or when a large number of port connections is done
-in a short time.  his may interrupt the audio signal, but should
-otherwise not have any ill consequences nor require a restart.
-.PP
-zita-a2j and zita-j2a will suspend operation while Jack is in 
- 'freewheeling' mode. 
-.SH OPTIONS
-.TP
-\fB\-h\fR
-Display this text
-.TP
-\fB\-d\fR <device>
-ALSA capture device [none]
-.TP
-\fB\-r\fR <rate>
-Sample rate [48000]
-.TP
-\fB\-p\fR <period>
-Period size [256]
-.TP
-\fB\-n\fR <nfrags>
-Number of fragments [2]
-.TP
-\fB\-c\fR <nchannels>
-Number of channels [2]
-.TP
-\fB\-Q\fR <quality>
-Resampling quality [48]
-.TP
-\fB\-v\fR
-Print tracing information [off]
-.IP
-Use '\-h' to see all options.
-.SH "SEE ALSO"
-A quick guide is available at
-<http://kokkinizita.linuxaudio.org/linuxaudio/zita-ajbridge-doc/quickguide.html>
-.SH "AUTHOR"
-zita-ajbridge was written by Fons Adriaensen <fons at linuxaudio.org>.
-.PP
-This manual page was written by Robin Gareus <robin at gareus.org>
-for the Debian project (but may be used by others).
-It is based on the original README and announce message by Fons Adriaensen. 
diff --git a/debian/zita-ajbridge.manpages b/debian/zita-ajbridge.manpages
deleted file mode 100644
index bc40953..0000000
--- a/debian/zita-ajbridge.manpages
+++ /dev/null
@@ -1,2 +0,0 @@
-debian/zita-a2j.1
-debian/zita-j2a.1
diff --git a/debian/zita-j2a.1 b/debian/zita-j2a.1
deleted file mode 100644
index cf45415..0000000
--- a/debian/zita-j2a.1
+++ /dev/null
@@ -1,85 +0,0 @@
-.TH ZITA-REV1 "1" "March 2012"
-.SH NAME
-zita-j2a \- Use ALSA capture device as a Jack client, with resampling.
-.SH SYNOPSIS
-.B zita-j2a
-.RI [ options ]
-.SH DESCRIPTION
-This tool allows one to use an ALSA device as a Jack client, to provide
-additional capture channels. Functionally it is equivalent to alsa_out
-that comes with Jack, but provides much better audio quality.
-.PP
-The resampling ratio will typically be stable within
-1 PPM and change only very smoothly. Delay will be stable as
-well even under worse case conditions, e.g. the Jack client
-running near the end of the cycle.
-.PP
-The alsa device should be a 'hw:' one, i.e. direct access to a
-soundcard and not an ALSA 'plug' device. A well-working Jack
-system is assumed, running in real-time mode.
-.PP
-The sample rate can be the same as Jack's one, or different.
-Minimum delay is obtained by running the alsa device at a lower
-period size than Jack. This can be done safely as the alsa thread
-will run at a higher priority, and apart from copying to/from an
-internal buffer no work is done there. There are no restrictions
-on the product of period_size and number_of_periods as there are
-for alsa_in and alsa_out.
-.PP
-zita-j2a will optionally print some information four times per
-second. The first number is the average loop error over the last
-quarter second, in samples. It should be reduced to small randowm
-values close to zero after 15 seconds or so. The second is the
-dynamic correction factor of the nominal resampling ratio. This
-should converge to a value close to one and not move much.
-.PP
-You may observe small variations in these numbers when Jack apps
-are started or stopped. This is normal. Anything else isn't -
-please report. 
-.PP
-When starting, and in case of major trouble, you will see the
- 'Starting synchronisation' message. This can happen if there is
-a timeout on the Jack server, e.g. a client crashed or terminated
-in a dirty way. Jack1 will skip one or more cycles when new apps
-are started, or when a large number of port connections is done
-in a short time.  his may interrupt the audio signal, but should
-otherwise not have any ill consequences nor require a restart.
-.PP
-zita-a2j and zita-j2a will suspend operation while Jack is in 
- 'freewheeling' mode. 
-.SH OPTIONS
-.TP
-\fB\-h\fR
-Display this text
-.TP
-\fB\-d\fR <device>
-ALSA playback device [none]
-.TP
-\fB\-r\fR <rate>
-Sample rate [48000]
-.TP
-\fB\-p\fR <period>
-Period size [256]
-.TP
-\fB\-n\fR <nfrags>
-Number of fragments [2]
-.TP
-\fB\-c\fR <nchannels>
-Number of channels [2]
-.TP
-\fB\-Q\fR <quality>
-Resampling quality [48]
-.TP
-\fB\-v\fR
-Print tracing information [off]
-.IP
-Use '\-h' to see all options.
-.SH "SEE ALSO"
-A quick guide is available at
-<http://kokkinizita.linuxaudio.org/linuxaudio/zita-ajbridge-doc/quickguide.html>
-.SH "AUTHOR"
-zita-ajbridge was written by Fons Adriaensen <fons at linuxaudio.org>.
-.PP
-This manual page was written by Robin Gareus <robin at gareus.org>
-for the Debian project (but may be used by others).
-It is based on the original README and announce message by Fons Adriaensen. 

-- 
zita-ajbridge packaging



More information about the pkg-multimedia-commits mailing list