]> code.delx.au - pulseaudio/commit
pactl: Allow to set volume of each channel independently (Bug #39190)
authorParin Porecha <parinporecha@gmail.com>
Thu, 19 Dec 2013 11:58:15 +0000 (17:28 +0530)
committerPeter Meerwald <pmeerw@pmeerw.net>
Tue, 15 Apr 2014 22:01:37 +0000 (00:01 +0200)
commitfc9fdfaf7b4534a48556b31d5a29b8f62664ab3c
treee905378221a8801f05ac3dfe5ed36fe7666c6d17
parent997e369691496be4ecfe38e3516f7e007ed69a7b
pactl: Allow to set volume of each channel independently (Bug #39190)

Example: pactl set-sink-volume "sink_name" 32000 40000
If the number of volumes provided is different than the number of channels
(excluding the case where a single volume is provided), an error message
is displayed explaining why the volumes could not be set.

patch proposed by Parin Porecha
code refactoring and commit message slightly edited by Peter Meerwald
src/utils/pactl.c