PulseAudio Graph Control
Go to file
2023-09-21 21:36:39 +01:00
actions Look for gtk settings.ini in all the expected places 2020-07-21 03:17:43 +03:00
assets Add volume peaks display 2018-12-02 23:51:26 +03:00
components Merge remote-tracking branch 'DevLaika/master' 2023-09-21 21:36:39 +01:00
constants Add module unload confirmations 2018-11-19 21:24:16 +03:00
reducers Upgrade dependencies 2020-06-18 16:23:41 +03:00
resources Add .desktop file 2018-11-20 22:20:47 +03:00
selectors Add sink/source port selects (fix #9) 2019-03-01 19:59:51 +03:00
store Upgrade dependencies 2020-06-18 16:23:41 +03:00
utils Upgrade electron 2020-12-14 22:39:18 +03:00
.editorconfig init 2018-11-08 04:36:48 +03:00
.gitignore electron-packager 2018-11-20 01:10:13 +03:00
.travis.yml Add .travis.yml 2019-02-03 03:44:03 +03:00
.yarnclean Fix electron packaging 2018-11-20 21:00:21 +03:00
index.css Minor appearance tweak 2020-01-20 22:54:09 +03:00
index.html init 2018-11-08 04:36:48 +03:00
index.js Upgrade electron 2020-12-14 22:39:18 +03:00
package.json Merge remote-tracking branch 'DevLaika/master' 2023-09-21 21:36:39 +01:00
readme.md Add python to ubuntu build instructions 2021-04-12 12:05:15 +03:00
renderer.js Remove debug logs 2020-06-18 16:42:40 +03:00
todo.md Add default sinks/sources, fix server info updates 2018-11-19 18:11:17 +03:00
yarn.lock Merge remote-tracking branch 'DevLaika/master' 2023-09-21 21:36:39 +01:00

PulseAudio Graph Control

Build Status

Screenshot

Keyboard Shortcuts

Key Mnemonic Description
hjkl ←↓↑→ vim-like Selecting objects
space Toggle mute (also try with control and/or shift)
90 /* mpv-like Volume up/down
cnpg Cards, Network, Preferences, Graph Switch between panels
f Pay respects Set sink/source as default
m Move Move selected object
a Add Load a module

Install

Arch

pagraphcontrol-git on AUR

yay -S pagraphcontrol-git

Ubuntu (manual build)

sudo apt install npm python
sudo npm install -g yarn

git clone https://github.com/futpib/pagraphcontrol.git
cd pagraphcontrol

yarn install
yarn build

PulseAudio volume peaks (optional)

To see audio peaks build papeaks and put it on your PATH.

See Also

Other PulseAudio Superpowers

PulseAudio Documentation