1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
.TH JACK_CONNECT "1" "@DATE@" "@VERSION@"
.SH NAME
jack_simple_client \- The JACK Audio Connection Kit example client
.SH SYNOPSIS
.B jack_simple_client
client-name
.PP
The client-name must be a yet unused client name.
.SH DESCRIPTION
.B jack_simple_client
is an example client for the JACK Audio Connection Kit. It creates two output
ports (client-name:output1 and client-name:output2) and plays a sine wave
to these ports.
.SH EXAMPLE
jack_simple_client in_process_test
.SH AUTHOR
Jeremy Hall
.PP
This manpage was written by Robert Jordens <jordens@debian.org> for Debian.
|