sound
[Interface specifications]
Detailed Description
Play sound clipsThesound
interface allows playback of a pre-recorded sound (e.g., on an Amigobot).
#define | PLAYER_SOUND_CMD_IDX 1 |
typedef struct player_sound_cmd | player_sound_cmd_t |
Define Documentation
#define PLAYER_SOUND_CMD_IDX 1 |
Commmand subtype: play clip
Typedef Documentation
typedef struct player_sound_cmd player_sound_cmd_t |
Command: play clip (PLAYER_SOUND_CMD_IDX)The sound
interface accepts an index of a pre-recorded sound file to play.