CRT Documentation: Reference

NoSound

Turns off the computer's internal speaker.

procedure NoSound;

Parameters

This procedure has no parameters.

Remarks

The following program fragment emits a 440-hertz tone for half a second:

Sound(440);
Delay(500);
NoSound;

See Also

Crt Overview, Sound