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.

17 lines
529B

  1. .TH JACK_FREEWHEEL "1" "!DATE!" "!VERSION!"
  2. .SH NAME
  3. jack_freewheel \- The JACK Audio Connection Kit example client
  4. .SH SYNOPSYS
  5. .B jack_freewheel [y|n]
  6. .SH DESCRIPTION
  7. .B jack_freewheel
  8. Turns freewheeling mode on (y) or off (n). While in freewheeling mode, jackd
  9. does not wait in between process() calls. That results in the JACK graph
  10. processing data as fast as possible. Freewheeling makes fast exports to
  11. files possible.
  12. .SH AUTHOR
  13. Paul Davis
  14. .PP
  15. This manpage was written by Robert Jordens <jordens@debian.org> for Debian.