pagraphcontrol/readme.md
2018-12-03 00:47:41 +03:00

40 lines
1.3 KiB
Markdown

# PulseAudio Graph Control
## Screenshot
![](https://i.imgur.com/rq4UJb2.png)
## 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](https://aur.archlinux.org/packages/pagraphcontrol-git)
```bash
yaourt pagraphcontrol-git
```
## See Also
### Other PulseAudio Superpowers
* [pulseaudio-dlna](https://github.com/masmu/pulseaudio-dlna) - DLNA / UPNP / Chromecast - streams to most TVs and stuff
* [PulseEffects](https://github.com/wwmm/pulseeffects) - Equalizer and other audio effects
### PulseAudio Documentation
* [Modules](https://www.freedesktop.org/wiki/Software/PulseAudio/Documentation/User/Modules/)
* [Server (Connection) String Format](https://www.freedesktop.org/wiki/Software/PulseAudio/Documentation/User/ServerStrings/)