From c7c00db856ca936559c650ef695452f90472d35e Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Thu, 6 Aug 2015 22:11:56 -0500 Subject: add time-based confirmation dialog for high volumes --- data/com.canonical.indicator.sound.gschema.xml | 39 ++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) (limited to 'data') diff --git a/data/com.canonical.indicator.sound.gschema.xml b/data/com.canonical.indicator.sound.gschema.xml index a346c0d..ff4816e 100644 --- a/data/com.canonical.indicator.sound.gschema.xml +++ b/data/com.canonical.indicator.sound.gschema.xml @@ -39,5 +39,44 @@ Whether or not to show the sound indicator in the menu bar. + + + + + true + Whether or not to show the a volume warning. + + Whether or not to show the a volume warning when the volume exceeds some level while headphones are plugged in. + + + + 1200 + How often, in hours, a user's high volume confirmation should be remembered. + + After a user confirms that they want to listen at a higher volume, subsequent volume + changes do not need to re-trigger a warning until this interval has passed. + For example, EU standard EN 60950-1/Al2 cites "The acknowledgement does not need to + be repeated more than once every 20 h of cumulative listening time." + + + + 0.75 + Volume level that triggers a high volume warning. [0.0..1.0] + + When high volume warnings are enabled, a warning will be shown when + the volume level is raised past this level. + + + + -- cgit v1.2.3