Skip to main content

Beep

WLJS
Wolfram Kernel
Execution environment
Beep[] | Beep[_]

make a sound notification. It does not require any context or window object.

To make system beep sound use (Desktop App only)

Beep["System"]

Example

Click on this button to make sound

EventHandler[InputButton[], Beep]