SafeEyes icon indicating copy to clipboard operation
SafeEyes copied to clipboard

Ability to control audible alert volume

Open lamyergeier opened this issue 4 years ago • 7 comments

Normally my volume is 100%, but I would like the alert to have lesser volume say 50%. Is it possible if you could provide a setting in GUI to change the volume of alert?

lamyergeier avatar May 09 '21 17:05 lamyergeier

I would also like this. The alarm doesn't last long enough to catch it in system settings.

JoelFeiner avatar Jul 14 '21 15:07 JoelFeiner

The audible alert plugin is using aplay to play the sound. aplay does not have an option to control the volume. I'm looking at alternatives to control the volume.

slgobinath avatar Jul 14 '21 21:07 slgobinath

simply playing a test sound long enough would suffice - then we could reduce the application-specific volume in the settings. How about a button in the settings that plays a melody?

I agree, the beeps are too loud, when I have volume turned up for quieter media. Had to disable them completely.

Erudition avatar Jul 24 '21 21:07 Erudition

@slgobinath Is there any progress on this? The loud notifications sound, just leaves me startled all the time.

Until this feature is implemented, is it possible to mute SafeEyes completely? I am using Linux Mint 20.3 (based on Ubuntu 20.04)

Please! the loud bang really annoys me as I am always on earphones!

lamyergeier avatar Feb 20 '22 00:02 lamyergeier

@anishmittal2020 As I mentioned, I simply have the chime turned off. So yes, it is possible to mute SafeEyes completely, just look in your options...

Erudition avatar Mar 01 '22 23:03 Erudition

  cd /usr/lib/python3/dist-packages/safeeyes/resource
  sudo mv on_pre_break.wav on_pre_break.original.wav
  sudo mv on_stop_break.wav on_stop_break.original.wav
  sudo sox -v 0.1 on_pre_break.original.wav  on_pre_break.wav
  sudo sox -v 0.1 on_stop_break.original.wav  on_stop_break.wav

lamyergeier avatar Nov 16 '22 07:11 lamyergeier