<< auwrite Manipulação de Arquivos de Som lin2mu >>

Scilab Help >> Manipulação de Arquivos de Som > beep

beep

Produce a beep sound

Syntax

beep();
beep('on')
beep('off')
s=beep()

Description

beep() produces your computer's default beep sound.

beep('on') turns the beep on

beep('off') turns the beep off

s=beep() returns the current beep mode (on or off).

Examples

beep() // Make a sound
beep("off") // disable the sound

Report an issue
<< auwrite Manipulação de Arquivos de Som lin2mu >>