release_voice(3alleg4) debian man page | unix.com

Man Page: release_voice

Operating Environment: debian

Section: 3alleg4

release_voice(3alleg4)						  Allegro manual					    release_voice(3alleg4)

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.
SEE ALSO
allocate_voice(3alleg4), deallocate_voice(3alleg4) Allegro version 4.4.2 release_voice(3alleg4)
Related Man Pages
exsample(3alleg4) - debian
exsample(3alleg4) - suse
exsample(3alleg4) - centos
exsample(3alleg4) - osx
exstream(3alleg4) - opendarwin
Similar Topics in the Unix Linux Community
Installing Dash Shell on OS X Lion
How can I do this in VI editor?
One instance of comparing grep and awk
Find columns in a file based on header and print to new file
How to copy a column of multiple files and paste into new excel file (next to column)?