Go to file
bjoernf 13495bdba1 removed comments 2023-08-16 22:54:30 +02:00
README.md improved readme 2023-08-16 22:48:05 +02:00
a.out first commit 2023-08-16 22:38:32 +02:00
main.c first commit 2023-08-16 22:38:32 +02:00
makefile first commit 2023-08-16 22:38:32 +02:00
play_raw_audio.c removed comments 2023-08-16 22:54:30 +02:00
play_raw_audio.h removed comments 2023-08-16 22:54:30 +02:00

README.md

installation

install libpulse-dev (debian based) or libpulse package depending on your distro

sudo pacman -S libpulse pulseaudio sound-theme-freedesktop
ffmpeg -i /usr/share/sounds/freedesktop/stereo/alarm-clock-elapsed.oga ${HOME}/music/alarm-clock-elapsed.wav
make
sudo make install

usage

countdown 20

uninstalling

sudo make uninstall

TODO

  • allow countdowns to be longer than 60 minutes
  • make alarm clock file wave file configurable