1al_set_voice_playing(3) Library Functions Manual al_set_voice_playing(3)
23
4
NAME
6al_set_voice_playing
7
SYNOPSIS
9#include <allegro5/allegro_audio.h>
1011
bool al_set_voice_playing(ALLEGRO_VOICE *voice, bool val)
12
DESCRIPTION
14Change whether a voice is playing or not. The voice must have a sample
15or mixer attached to it.
1617
Returns true on success, false on failure.
1819
20
21
Allegro reference manual al_set_voice_playing(3)