Bug 196886

Summary: Handle unmute in an elegant way
Product: [Applications] kmix Reporter: Pascal d'Hermilly <pascal>
Component: generalAssignee: Christian Esken <esken>
Status: RESOLVED FIXED    
Severity: wishlist    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Ubuntu   
OS: Unspecified   
Latest Commit: Version Fixed In:

Description Pascal d'Hermilly 2009-06-17 16:46:25 UTC
Version:            (using KDE 4.2.90)
Installed from:    Ubuntu Packages

Current behaviour for unmute is to resume the same volume as before mute was pressed: that is a good feature to have and works well.
However, sometimes mute is pressed because the computer made a lot more noise than expected. Now the user wants to resume sound, but not as loud. If the user presses the Volume up or volume down, the volume should start from 0 (which corresponds to mute) instead of the volume level before mute. This is the way e.g. the new Audi cars does it. 

Scenario: Bill presses the mute button because he did not expect such loud music from his computer. He then presses Volume up button to adjust the sound to his liking from silent. If he had pressed unmute the volume would have gone back to the volume when he unmuted.
Comment 1 Christian Esken 2011-08-09 19:44:55 UTC
Nice feature. Will probably implement it.
Comment 2 Christian Esken 2011-08-09 20:26:32 UTC
SVN commit 1246045 by esken:

FEATURE: 196886
Elegant unute handling: Automatic unmuting on volume increase

 M  +1 -0      core/mixdevice.cpp  
 M  +1 -0      core/mixdevice.h  
 M  +15 -5     gui/mdwslider.cpp  
 M  +1 -1      gui/mdwslider.h  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1246045
Comment 3 Pascal d'Hermilly 2011-08-10 07:31:49 UTC
Thanks :-)