https://github.com/valodim/pamixer
alsamixer-like curses interface for pulseaudio
https://github.com/valodim/pamixer
Last synced: about 1 year ago
JSON representation
alsamixer-like curses interface for pulseaudio
- Host: GitHub
- URL: https://github.com/valodim/pamixer
- Owner: Valodim
- Created: 2011-03-04T02:31:00.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2012-02-12T20:39:45.000Z (over 14 years ago)
- Last Synced: 2025-04-14T22:54:12.395Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 2.6 MB
- Stars: 16
- Watchers: 3
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
This is a curses interface for pulseaudio.
It is far from complete, but it's already very useful to conveniently
move around sink inputs, and adjust volume levels individually.
What's working:
- event handling
- some info displayed
- volume of sinks and sink inputs
- moving sink inputs around
- volume of sources and source outputs
- controlling channel levels individually
- some sample management
TODO:
- robustnes of ui, probably tons of curses newbie mistakes in there
- finish script execution
- more and better structured info
- cards screen (ie, for profile changing)
- bugs, bugs, bugs
This package depends on argparse and libpulseaudio.
The bindings were made for pulseaudio 0.9.22, so they probably crash
and burn for older versions.