I am trying to create a little timer program that will have the user's computer beep when the timer is finished.
Being on a Mac, the winsound
library is not available, and I cannot get \a
to generate any noise at all.
How would I go about generating a little ding or beep or some other sound when the timer is finished?