org-pomodoro icon indicating copy to clipboard operation
org-pomodoro copied to clipboard

-40dB versions of sound files

Open borwickatuw opened this issue 3 years ago • 1 comments

I found the bell to be extremely loud. In case this helps anyone, this makes the .wav files 40 dB quieter using

ffmpeg -i tick.wav -filter:a "volume=-40dB" tick_quiet.wav
ffmpeg -i bell.wav -filter:a "volume=-40dB" bell_quiet.wav
ffmpeg -i bell_multiple.wav -filter:a "volume=-40dB" bell_multiple_quiet.wav

I also changed the default .wav files to use these new bells.

borwickatuw avatar Jan 21 '22 21:01 borwickatuw

@marcinkoziej can we merge this? I found this to be very useful :)

hummuscience avatar Feb 08 '23 14:02 hummuscience