A GUI for easy recording of JACK audio sources using jack_capture.
To run QJackCapture, you need to have the following installed:
- JACK server and library
- jack_capture
- Python 3 and PyQt5
- pyjacklib
- natsort
To build and install it, you additionally need:
make
pyuic5
pyrcc5
- setuptools
- (optional) pip
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.
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.
QJackCapture is licensed under the GNU Public License Version v2, or any later version.
Please see the file LICENSE for more information.
Created by Filipe Coelho (falkTX) as the "Render" tool part of Cadence.
Turned into a stand-alone project and enhanced by Christopher Arndt.