Julia implementation of the R package beepR
: A utility which can play audio notifications when, e.g., your code has finished running.
beep(sound = 1)
sound
character string or number specifying what sound to be played by either specifying one of the built in sounds, specifying the path to a wav file, or specifying a valid URL refering to a wav file. The default is 1. Possible sounds are:
- "ping"
- "coin"
- "fanfare"
- "complete"
- "treasure"
- "ready"
- "shotgun"
- "mario"
- "wilhelm"
- "facebook"
- "sword"
If sound
does not match any of the sounds above, or is not a valid path/URL, a random sound will be played.