release_voice (3) - Linux Manuals
release_voice: Releases a sound card voice. Allegro game programming library.
Command to display release_voice
manual in Linux: $ man 3 release_voice
NAME
release_voice - Releases a sound card voice. Allegro game programming library.
SYNOPSIS
#include <allegro.h>
void release_voice(int voice);
DESCRIPTION
Releases a sound card voice, indicating that you are no longer interested
in manipulating it. The sound will continue to play, and any resources
that it is using will automatically be freed when it finishes. This is
essentially the same as deallocate_voice(), but it waits for the sound to
stop playing before taking effect.
Pages related to release_voice