deallocate_voice - Man Page
Frees a sound card voice. Allegro game programming library.
Synopsis
#include <allegro.h>
void deallocate_voice(int voice);
Description
Frees a sound card voice, stopping it from playing and releasing whatever resources it is using.
See Also
Referenced By
allocate_voice(3), reallocate_voice(3), release_voice(3), voice_stop(3).
version 4.4.3 Allegro manual