| Summary: | add volume control to audio playback groups | ||
|---|---|---|---|
| Product: | [Unmaintained] plasma-pa | Reporter: | Martin Tlustos <martin.tlustos> |
| Component: | general | Assignee: | Plasma Bugs List <plasma-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | wishlist | ||
| Priority: | NOR | ||
| Version First Reported In: | 5.4.3 | ||
| Target Milestone: | --- | ||
| Platform: | Kubuntu | ||
| OS: | Linux | ||
| Latest Commit: | http://commits.kde.org/plasma-pa/1e94955373391e6ec64be09cb9eccc37e864f945 | Version Fixed/Implemented In: | 5.7.0 |
| Sentry Crash Report: | |||
|
Description
Martin Tlustos
2015-11-17 08:02:41 UTC
That's actually something the volume control app should offer (see pavucontrol for reference) The problem is that notifications are so short that they disappear before you can adjust their volume. Also, you cannot change volume levels of programs that don't currently play sound Git commit 1e94955373391e6ec64be09cb9eccc37e864f945 by David Rosca. Committed on 12/06/2016 at 21:13. Pushed by drosca into branch 'master'. Add Event Sounds stream to Applications list It is now possible to change volume of notification sounds. FIXED-IN: 5.7.0 Differential Revision: https://phabricator.kde.org/D1366 M +1 -0 src/CMakeLists.txt M +65 -12 src/context.cpp M +4 -0 src/context.h M +52 -3 src/kcm/package/contents/ui/SinkInputView.qml M +11 -2 src/kcm/package/contents/ui/StreamListItem.qml M +0 -2 src/kcm/package/contents/ui/main.qml M +16 -3 src/maps.h M +7 -0 src/pulseaudio.cpp M +7 -0 src/pulseaudio.h M +1 -0 src/qml/plugin.cpp M +2 -1 src/stream.cpp A +166 -0 src/streamrestore.cpp [License: LGPL] A +93 -0 src/streamrestore.h [License: LGPL] http://commits.kde.org/plasma-pa/1e94955373391e6ec64be09cb9eccc37e864f945 |