summaryrefslogtreecommitdiff
path: root/src/pulse.c
AgeCommit message (Collapse)Author
2019-01-23Switch to autotools (#316)Michael Stapelberg
2019-01-23Implement %devicename specifier for volume module (#325)Denton Liu
This commit implements the %devicename specifier for the volume module for both PulseAudio and ALSA. This way, i3status will be able to display the specific device that corresponds to the volume indicator. Note that this is not implemented for the OSS API but is left in a state where someone can pick it up for the future.
2018-07-13fix clang errorsFelix Buehler
2016-09-14pulse device may be specified by name (#126) (#162)Watcom
2016-05-08reconnect to PulseAudio if connection is lost (fixes #124) (#125)Watcom
2016-01-12revert back to using nanosleepWatcom Hecht
Fixes #93
2015-10-12Volume percentage should be obtained by float division and rounded to int.Jakub Klinkovský
Fixes #75
2015-04-19PulseAudio muted volume support (fixes #27)Watcom Hecht
2015-04-03PulseAudio support for volume inputWatcom Hecht