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.

17 lines
640B

  1. .TH JACK_FREEWHEEL "1" "!DATE!" "!VERSION!"
  2. .SH NAME
  3. jack_freewheel \- JACK toolkit client to control freewheeling mode
  4. .SH SYNOPSIS
  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,
  9. the JACK server does not wait in between process() calls, and does not
  10. read or write data from/to any audio interface. That results in the JACK graph
  11. processing data as fast as possible. Freewheeling makes fast exports to
  12. files possible.
  13. .PP
  14. There is no useful reason to use this tool other than testing. JACK
  15. clients that use freewheeling will turn it on and off themselves.