~flexibeast/pulseaudio-control

Update project URL and authors list.
Remove notice about maintainership.
Fix linting errors.
Add support for adjusting volumes via prefix argument.
Add notice about maintainership.
Add support for Emacs 28's repeat-mode.

Contributed by T.V Raman <tv.raman.tv@gmail.com>.
Regenerate README.
d05575ad — efimerspan 2 years ago
Fix order of branches to avoid sink-retrieval failure. (#21)

2c939a07 — efimerspan 2 years ago
Improve process handling bits (#19)

- Remove unnecessary point movements
- Make use of string matching to make logic more concise
- Guard against spurious volumes
d5f6073a — efimerspan 2 years ago
Add pactl source operations (#17)

Add pactl source operations.
Modify docstrings to be less than 80 characters per line.
Merge pull request #18 from efimerspan/feature-add-display-mode

Add volume display mode for the mode line.
Update Copyright and Author information.
Merge pull request #20 from efimerspan/feature-switch-to-rx

Turn regexps into rx form.
bb0ee7f2 — efimerspan 2 years ago
Add display modes
0370b2fb — efimerspan 2 years ago
Turn regexps into rx form
22f54ae7 — Eliza 2 years ago
Fix volume increase when channel names have digits

On my PC, the channel names for left/right speaker on one of my sinks
are named aux0 and aux1. Because of the particular construction of the
regex in `pulseaudio-control-increase-volume`, the volume string was not
parsed correctly. This commit corrects this by searching for a ":"
rather than searching for the next non-digit when parsing the second
channel's volume information.

Co-authored-by: Eliza Velasquez <exv@google.com>
Ensure call to `pactl` is done in the 'C' locale.
Update copyright year range.
Update 'Author' field.
Next
Do not follow this link