1
0
mirror of https://github.com/tiyn/wiki.git synced 2025-04-04 07:47:45 +02:00

pipewire: added qpwgraph

This commit is contained in:
tiyn 2023-01-11 17:05:12 +01:00
parent 11be139b2a
commit 081659b142

View File

@ -16,8 +16,12 @@ Make sure to restart to be sure everything is running correctly.
## Usage ## Usage
For simple sound processing in the form of volume adjustment as well as setting For simple sound processing in the form of volume adjustment as well as setting
the default input and output devices `pavucontrol` can be used as a simple the default input and output devices
mixer. [`pavucontrol`](https://freedesktop.org/software/pulseaudio/pavucontrol/) can be
used as a simple mixer.
For more advanced routing [`qpwgraph`](https://github.com/rncbc/qpwgraph) is
recommended.
`qpwgraph` is a graph-based interface using the Qt interface.
For further sound processing the easiest way to do so is using For further sound processing the easiest way to do so is using
[easyeffects](/wiki/linux/easyeffects.md) which features a wide range of effects [easyeffects](/wiki/linux/easyeffects.md) which features a wide range of effects
to apply to sound streams including noise reduction. to apply to sound streams including noise reduction.