powered by
Generate a simple beep to be used as an alert, for instance at the end of a loop of when ending up a long script.
beep(d = 0.5, f = 8000, cf = 1000)
Nothing returned, a pure tone sound is played back. The default duration is 0.5 s and the default frequency is 1000 Hz
duration (in s)
sampling frequency (in Hz)
carrier frequency (in Hz)
Jerome Sueur
if (FALSE) { # default settings beep() # change the duration and the frequency beep(d=1, cf=880) }
Run the code above in your browser using DataLab