Provided by: allegro4-doc_4.4.2-4_all
NAME
voice_start - Activates a voice. Allegro game programming library.
SYNOPSIS
#include <allegro.h> void voice_start(int voice);
DESCRIPTION
Activates a voice, using whatever parameters have been set for it.
SEE ALSO
allocate_voice(3alleg4), voice_stop(3alleg4), release_voice(3alleg4), exstream(3alleg4)