org-pomodoro
org-pomodoro copied to clipboard
-40dB versions of sound files
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.
@marcinkoziej can we merge this? I found this to be very useful :)