https://github.com/aleho/gnome-shell-volume-mixer
GNOME Shell Extension allowing separate configuration of PulseAudio devices
https://github.com/aleho/gnome-shell-volume-mixer
gnome gnome-shell gnome-shell-extension
Last synced: 6 months ago
JSON representation
GNOME Shell Extension allowing separate configuration of PulseAudio devices
- Host: GitHub
- URL: https://github.com/aleho/gnome-shell-volume-mixer
- Owner: aleho
- License: gpl-2.0
- Created: 2014-07-17T09:00:42.000Z (almost 12 years ago)
- Default Branch: main
- Last Pushed: 2023-07-18T20:22:33.000Z (almost 3 years ago)
- Last Synced: 2024-08-11T11:03:40.885Z (almost 2 years ago)
- Topics: gnome, gnome-shell, gnome-shell-extension
- Language: JavaScript
- Homepage: https://extensions.gnome.org/extension/858/volume-mixer/
- Size: 1.22 MB
- Stars: 136
- Watchers: 10
- Forks: 32
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
GNOME Shell Volume Mixer
========================
[](https://github.com/aleho/gnome-shell-volume-mixer/actions/workflows/linting.yml)
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 an indicator or a slider mutes the selected stream.
Indicators and streams are also scrollable,


Requirements
------------
- PulseAudio (for retrieval of card details)
- gettext (for building of language files)
- nodejs / npm (styles and linting)
- glib2 bin (schema compilation)
Installation
------------
```
$ make
```
That's it. Add the resulting archive via GNOME Tweak Tool (extensions tab) or
copy it's content manually to
".~/.local/share/gnome-shell/extensions/shell-volume-mixer@derhofbauer.at".
Volume Steps
------------
GNOME Settings Daemon (GSD) hardcodes the step for each key press of volume keys
to 6% of maximum. While this might be OK for most people, some would prefer a
configurable setting. There's a bug in GNOME's tracker which, according to the
comments by developers, won't ever get fixed in a way that could allow
configurable volume
steps[[1]](https://bugzilla.gnome.org/show_bug.cgi?id=650371).
Shell Volume Mixer tried to grab GSD's hotkeys to provide configurable steps
for sliders and media keys in the past, but at some point this stopped working.
GNOME's current solution to the problem is Shift + Key, i.e. hold down the shift
button to switch to a 2% step.
Acknowledgments
---------------
This is a fork of AdvancedVolumeMixer by [Harry Karvonen](https://github.com/Hatell)
(git://repo.or.cz/AdvancedVolumeMixer.git).
Many thanks go out to him for his initial work.