play_sound
Play system sounds, text-to-speech audio, or custom audio files to provide audio feedback in applications.
Instructions
Play various types of sounds with customizable parameters
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | Type of sound to play | |
| name | No | System sound name (required when type is "system") | |
| text | No | Text to speak (required when type is "tts") | |
| voice | No | Voice name (optional, used with type "tts", uses system default if not specified) | |
| path | No | Absolute path to audio file (required when type is "file") |