Class sound
Plays short sounds and speaks text.
public static class sound
Namespace: Au
Assembly: Au.dll
Properties
Name | Description |
---|---|
volume | Gets or sets the sound volume of this program. Percent 0-100 of the master volume. |
Methods
Name | Description |
---|---|
beep(int, int, bool) | Generates sound of specified frequency and duration. Waits until it ends. |
playDefault() | Plays the system default sound. |
playError() | Plays the system error sound. |
playEvent(string, bool, bool, bool) | Plays a system event sound. |
playWav(string, bool, bool) | Plays a custom sound ( |
speak(string, bool, string, int, int) | Speaks text. |