Applet allowing separate configuration of PulseAudio mixers. Shell Volume Mixer is an extension for GNOME Shell allowing separate configuration of PulseAudio devices and output switches. It features a profile switcher to quickly switch between pinned profiles and devices. Middle mouse click on a slider mutes the selected stream. Please file bugs and feature requests on the GitHub page.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
Version | Status |
---|---|
44 | Active |
43 | Inactive |
42 | Rejected |
41 | Inactive |
40 | Active |
39 | Active |
38 | Rejected |
37 | Inactive |
36 | Active |
35 | Inactive |
34 | Inactive |
33 | Inactive |
32 | Inactive |
31 | Inactive |
30 | Inactive |
29 | Inactive |
28 | Inactive |
27 | Inactive |
26 | Inactive |
25 | Inactive |
24 | Rejected |
23 | Inactive |
22 | Inactive |
21 | Active |
20 | Inactive |
19 | Inactive |
18 | Inactive |
17 | Inactive |
16 | Inactive |
15 | Inactive |
14 | Rejected |
13 | Inactive |
12 | Inactive |
11 | Inactive |
10 | Inactive |
9 | Inactive |
8 | Inactive |
7 | Inactive |
6 | Inactive |
5 | Inactive |
4 | Inactive |
3 | Inactive |
2 | Inactive |
1 | Rejected |
1. Move `extension = new Extension();` to enable and remove init() function, if you want to use enable() and disable() functions like that. You can find examples here: https://gjs.guide/extensions/review-guidelines/review-guidelines.html#only-use-init-for-initialization 2. Use initTranslations() and getSettings() from ExtensionUtils instead of creating your own custom functions: https://gitlab.gnome.org/GNOME/gnome-shell/-/blob/main/js/misc/extensionUtils.js You also have gettext helpers in ExtensionUtils you may like to use (GNOME Shell 41 and higher). If you need any help with your extension you can ask us on: GNOME Matrix channel: https://matrix.to/#/#extensions:gnome.org IRC Bridge: irc://irc.gimpnet.org/shell-extensions
Thanks for the great suggestions! A new version will be uploaded. Hope I got everything right.