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.

15 lines
435B

  1. .TH JACK_BUFSIZE "1" "!DATE!" "!VERSION!"
  2. .SH NAME
  3. jack_bufsize \- JACK toolkit client to change the JACK buffer size
  4. .SH SYNOPSIS
  5. .B jack_bufsize bufsize
  6. .SH DESCRIPTION
  7. .B jack_bufsize
  8. jack_bufsize sets the size of the buffer (frames per period) used in JACK.
  9. This change happens on-line (the JACK server and its clients do not need to be
  10. restarted).
  11. .br
  12. When invoked without arguments, it prints the current bufsize, and exits.