Frees a sound card voice. allegro game programming library.
#include <allegro.h>
void deallocate_voice(int voice);
Frees a sound card voice, stopping it from playing and releasing whatever resources it is using.
allocate_voice(3alleg4), voice_stop(3alleg4)