|
Sound routines
|
|
| acUtils
|
| // PC Speaker routines
|
| procedure Sound(Hz: Word);
|
| procedure NoSound;
|
| procedure Delay(MSec: Word);
|
|
|
| // Default system sound events
|
| procedure PlaySystemSound(SndType: TacSoundType;
|
| Asynchronous, Looped: Boolean);
|
| procedure StopSystemSound;
|
| Plays the system sound from the internal PC speaker. The Sound, NoSound and Delay procedures represents old Turbo Pascal routines of the same name.
|