Beep is silent

From Liberty BASIC Family
Jump to navigation Jump to search

Description

The BEEP command does not make any noise. This is a Windows issue. Beep support has been deprecated since Win98.

Example code to demonstrate the bug.

beep

Example code to work around the bug.

playwave "beep"

Playwave attempts to play a nonexistent .wav file and this causes the default error sound to be played.