aboutsummaryrefslogtreecommitdiff
path: root/lisp/emms-volume-pulse.el
Commit message (Collapse)AuthorAgeFilesLines
* Move from cl to cl-lib.Yoni Rabkin2017-07-141-13/+13
| | | | Patch by tumashu <tumashu@163.com>.
* * lisp/emms-volume.el: Limits volume percentagesYoni Rabkin2017-06-191-11/+8
| | | | | | | | Limits volume percentages between 0 and 100 by default. At least with the Solaris sink, attempting to set a volume outside this range will fail with a "connection terminated" error from pactl. trivial patch by David Michael <fedora.dm0@gmail.com>
* Added setting volume via PulseAudio.Yoni Rabkin2015-03-161-0/+113
Possible to set volume via PulseAudio pactl via emms-volume-pulse.el. Patch by Rasmus Pank Roulund <emacs@pank.eu>.