Description
pamixer: pulseaudio command line mixer
pamixer is like amixer but for pulseaudio. It can control the volume levels of the sinks.
Also, this project can provide you a small C++ library to control pulseaudio.
Features
- Get the current volume of the default sink, the default source or a selected one by his id
- Set the volume for the default sink, the default source or any other device
- List the sinks
- List the sources
- Increase / Decrease the volume for a device (using gamma correction optionally)
- Mute or unmute a device
Dependencies
- libpulse
- cxxopts
Installation Instructions
Instructions not filled in by author. Author knows what to do. Everybody else should avoid this repo.
Active Releases
The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).
Release | Architectures | Repo Download |
---|---|---|
Fedora 38 | x86_64 (998)* | Fedora 38 (0 downloads) |
Fedora 39 | x86_64 (1052)* | Fedora 39 (849 downloads) |
Fedora 40 | x86_64 (90)* | Fedora 40 (20 downloads) |
Fedora 41 | x86_64 (0)* | Fedora 41 (4 downloads) |
Fedora rawhide | x86_64 (52)* | Fedora rawhide (48 downloads) |
* Total number of downloaded packages.
Quick Enable
#> dnf copr enable notahat/pamixer
More info about enabling Copr repositories