jack1 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
561B

  1. .TH JACK_LOAD "1" "!DATE!" "!VERSION!"
  2. .SH NAME
  3. jack_load \- The JACK Audio Connection Kit example client
  4. .SH SYNOPSYS
  5. .B jack_load
  6. client-name so-name [so-data]
  7. .PP
  8. The client-name must be a yet unused client name.
  9. The so-name is the name of a plugin under /usr/lib/libjack*.
  10. .SH DESCRIPTION
  11. .B jack_load
  12. is an example client for the JACK Audio Connection Kit. It loads the
  13. specified plugin and creates a client.
  14. .SH EXAMPLE
  15. .B jack_load in_process_test inprocess
  16. .SH AUTHOR
  17. Jeremy Hall
  18. .PP
  19. This manpage was written by Robert Jordens <rjo@gmx.de> for Debian.