• Stars
    star
    231
  • Rank 173,434 (Top 4 %)
  • Language
    C++
  • License
    GNU General Publi...
  • Created over 2 years ago
  • Updated about 1 month ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

qpwgraph - A PipeWire Graph Qt GUI Interface

qpwgraph - A PipeWire Graph Qt GUI Interface

Screenshot

qpwgraph is a graph manager dedicated to PipeWire, using the Qt C++ framework, based and pretty much like the same of QjackCtl.

Source code repository: https://gitlab.freedesktop.org/rncbc/qpwgraph

Upstream author: Rui Nuno Capela [email protected].

Prerequisites

qpwgraph software prerequisites for building are a C++20 compiler (g++), the Qt C++ framework (qt6-qtbase-devel or qt5-qtbase-devel) and of course the PipeWire API C development libraries and headers (pipewire-devel).

Optionally on build configure time, ALSA development libraries and headers (alsa-devel) are also required if ALSA MIDI (Sequencer) support is desired (cmake -DCONFIG_ALSA_MIDI=[1|ON]...).

Building

qpwgraph uses the CMake build system, version 3.15 or newer.

On the source distribution top directory:

cmake [-DCMAKE_INSTALL_PREFIX=<prefix>] -B build
cmake --build build [--parallel <Njobs>]

After successful build you may test run it immedialy as follows:

build/src/qpwgraph

If you may install it permanently, then run, optionally as root:

[sudo] cmake --install build

Note that the default installation path (<prefix>) is /usr/local .

Enjoy.

Documentation

License

qpwgraph is free, open-source software, distributed under the terms of the GNU General Public License (GPL) version 2 or later.

Copyright

Copyright (C) 2021-2024, rncbc aka Rui Nuno Capela. All rights reserved.