PulseAudio Graph Control
Go to file
2020-01-20 23:04:12 +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 Fix linter errors 2019-10-30 13:38:24 +03:00
constants Add module unload confirmations 2018-11-19 21:24:16 +03:00
reducers Upgrade dependencies 2019-08-11 00:39:28 +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 Use local redux devtools 2020-01-20 23:04:12 +03:00
utils Upgrade dependencies 2019-08-11 00:39:28 +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 Use local redux devtools 2020-01-20 23:04:12 +03:00
package.json Use local redux devtools 2020-01-20 23:04:12 +03:00
readme.md Update readme.md 2019-02-03 03:47:30 +03:00
renderer.js Upgrade dependencies 2019-08-11 00:39:28 +03:00
todo.md Add default sinks/sources, fix server info updates 2018-11-19 18:11:17 +03:00
yarn.lock Use local redux devtools 2020-01-20 23:04:12 +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