Sound

  #include <vv_sys.h>
   
void beep_vv (int hsec, int freq)

Generates a tone of the specified frequency for the specified duration (in hundredth seconds)

void bell_vv ( )

Sounds the standard bell

void se_beeps (int beep_class, int hsec, int freq)

Sets the pitch and duration of the beep for the specified beep class



Home Contents Previous Next