~dricottone/my-utils

ref: c7e3339c819c6916261fac6e4eed5a9fd7feb554 my-utils/sound/README.md -rw-r--r-- 864 bytes
c7e3339cDominic Ricottone Documenting quiet option on rebom 2 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# sound utilities

Tools for managing, scripting, and automating sound servers and audio sinks.


## Specification

All are dependent on `pactl`.

Executable            |Description                                          |Extra Dependencies
:---------------------|:----------------------------------------------------|:-----------------
pactl-get-running-sink|Get the currently running Pulseaudio sink ID         |
pactl-mute            |Toggle mute on the currently running Pulseaudio sink |
pactl-volume-down     |Reduce volume (default: 10%)                         |
pactl-volume-printf   |Print the currently running Pulseaudio sink volume   |
pactl-volume-up       |Increase volume (default: 10%)                       |

*All* scripts support `-h` and `--help` for printing built-in documentation.

## To-Do

 + make compatible with `amixer`, `pipewire`