summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorpaul <paul@0c269be4-1314-0410-8aa9-9f06e86f4224>2008-12-05 14:53:09 +0000
committerpaul <paul@0c269be4-1314-0410-8aa9-9f06e86f4224>2008-12-05 14:53:09 +0000
commit635313232093acfd47776bd5052ec7f11353c69f (patch)
tree69d4395afe3846506f9cdd5f87b5a1b9d75ecae8 /man
parent0b6a4c8d7c156dba6d5762d8176249e6d51236ea (diff)
downloadjack1-635313232093acfd47776bd5052ec7f11353c69f.tar.gz
templatize and edit alsa_io man page(s)
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@3178 0c269be4-1314-0410-8aa9-9f06e86f4224
Diffstat (limited to 'man')
-rw-r--r--man/alsa_in.0 (renamed from man/alsa_in.1)19
-rw-r--r--man/alsa_out.0 (renamed from man/alsa_out.1)0
2 files changed, 11 insertions, 8 deletions
diff --git a/man/alsa_in.1 b/man/alsa_in.0
index d28d2b3..c7abbbc 100644
--- a/man/alsa_in.1
+++ b/man/alsa_in.0
@@ -1,17 +1,22 @@
-.TH ALSA_IO "1" "December 2008" "0.116.0"
+.TH ALSA_IO "1" "!DATE!" "!VERSION!"
.SH NAME
-\fBalsa_in\fR, \fBalsa_out\fR \- Jack Clients, that bind to an unsynchronised Soundcard.
+\fBalsa_in\fR, \fBalsa_out\fR \- Jack clients that perform I/O with an alternate audio interface
.SH SYNOPSYS
\fBalsa_in\fR [\fIoptions\fR]
.br
\fBalsa_out\fR [\fIoptions\fR]
.SH DESCRIPTION
-A Jack Client, that opens a specified soundcard, and plays the audio
-data from its input Port to the Soundcard. This Soundcard does not
-need to be synchronized with the jackd Clocksource.
+A JACK client that opens a specified audio interface (different to the
+one used by the JACK server, if any) and moves audio data between its
+JACK ports and the interface. alsa_in will provide data from the
+interface (potentially for capture); alsa_out will deliver data to it
+(for playback).
-alsa_in/alsa_out tries to resample the output stream, to reduce clicks.
+The audio interface used by alsa_in/alsa_out does not need to be
+synchronized with JACK backend (or the hardware it might be using).
+alsa_in/alsa_out tries to resample the output stream in an attempt to
+compensate for drift between the two clocks.
.SH OPTIONS
.TP
@@ -65,6 +70,4 @@ Set number of periods. See note for period_size.
.SH AUTHOR
Torben Hohn
-.PP
-This manpage was written by Torben Hohn <torbenh@gmx.de>
diff --git a/man/alsa_out.1 b/man/alsa_out.0
index d9de8dd..d9de8dd 100644
--- a/man/alsa_out.1
+++ b/man/alsa_out.0