If pthread_setschedparam() in JackPosixThread::AcquireRealTimeImp() fails
[jack2.git] / man / jack_simple_client.0
blobe574a14b08bfd290f9a3e43058bedb1d81625d3a
1 .TH JACK_CONNECT "1" "!DATE!" "!VERSION!"
2 .SH NAME
3 jack_simple_client \- The JACK Audio Connection Kit example client
4 .SH SYNOPSIS
5 .B jack_simple_client
6 client-name
7 .PP
8 The client-name must be a yet unused client name.
9 .SH DESCRIPTION
10 .B jack_simple_client
11 is an example client for the JACK Audio Connection Kit. It creates two
12 ports (client-name:input and client-name:output) that pass the data
13 unmodified.
14 .SH EXAMPLE
15 jack_simple_client in_process_test
16 .SH AUTHOR
17 Jeremy Hall
18 .PP
19 This manpage was written by Robert Jordens <jordens@debian.org> for Debian.