jack2 codebase
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
559B

  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.