1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/audio/pamixer/pkg-descr
Rainer Hurling cb229ba83e New port: audio/pamixer: Console-only mixer for pulseaudio
https://github.com/cdemoulins/pamixer

PR:		255761
Reported by:	Daniel Menelkir <menelkir@itroll.org> (maintainer)
2021-05-18 07:17:36 +02:00

19 lines
593 B
Plaintext

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
WWW: https://github.com/cdemoulins/pamixer