PulseAudio Graph Control
Go to file
2019-03-21 22:27:02 +03:00
actions Add sink/source port selects (fix #9) 2019-03-01 19:59:51 +03:00
assets Add volume peaks display 2018-12-02 23:51:26 +03:00
components Workaround an unhandled error when changing card configuration 2019-03-21 22:27:02 +03:00
constants Add module unload confirmations 2018-11-19 21:24:16 +03:00
reducers Add volume peaks display 2018-12-02 23:51:26 +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 Add sink/source port selects (fix #9) 2019-03-01 19:59:51 +03:00
utils Fix crashing on undefined gtk theme settings (fix #2) 2019-02-02 18:17:23 +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 Add volume peaks display 2018-12-02 23:51:26 +03:00
index.html init 2018-11-08 04:36:48 +03:00
index.js Fix NODE_ENV in production 2018-11-20 22:03:49 +03:00
package.json Upgrade react-digraph 2019-03-21 22:27:02 +03:00
readme.md Update readme.md 2019-02-03 03:47:30 +03:00
renderer.js Add volume peaks display 2018-12-02 23:51:26 +03:00
todo.md Add default sinks/sources, fix server info updates 2018-11-19 18:11:17 +03:00
yarn.lock Upgrade react-digraph 2019-03-21 22:27:02 +03: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

yaourt pagraphcontrol-git

Ubuntu (manual build)

sudo apt install npm
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