/qjackcapture

A GUI for jack_capture using PyQt5

Primary LanguagePythonGNU General Public License v2.0GPL-2.0

QJackCapture

A GUI for easy recording of JACK audio sources using jack_capture.

QJackCapture screenshot

Dependencies

To run QJackCapture, you need to have the following installed:

To build and install it, you additionally need:

Building and Installing

make
[sudo] make install

Or, if you want to install via pip and let it install any missing required Python packages:

make
[sudo] make install-pip

The install commands respect the usual PREFIX and DESTDIR variables.

Running

After installation, make sure that the JACK server is running and then just use your desktop menu to start QJackCapture or run qjackcapture from a terminal or your preferred launcher.

License

QJackCapture is licensed under the GNU Public License Version v2, or any later version.

Please see the file LICENSE for more information.

Authors

Created by Filipe Coelho (falkTX) as the "Render" tool part of Cadence.

Turned into a stand-alone project and enhanced by Christopher Arndt.