Lines Matching full:jack
854 @section jack
856 JACK input device.
861 A JACK input device creates one or more JACK writable clients, one for
868 Once you have created one or more JACK readable clients, you need to
869 connect them to one or more JACK writable clients.
871 To connect or disconnect JACK clients you can use the @command{jack_connect}
875 To list the JACK clients and their properties you can invoke the command
878 Follows an example which shows how to capture a JACK readable client
881 # Create a JACK writable client with name "ffmpeg".
882 $ ffmpeg -f jack -i ffmpeg -y out.wav
887 # List the current JACK clients.