voice_start - Activates a voice. Allegro game programming library.
#include <allegro.h>
void voice_start(int voice);
Activates a voice, using whatever parameters have been set for it.
allocate_voice(3alleg), voice_stop(3alleg), release_voice(3alleg),
exstream(3alleg)