Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
release_voice(3)		 Allegro manual 		release_voice(3)

NAME
     release_voice  -  Releases a sound card voice. Allegro game programming li-
     brary.

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 essen-
     tially the same as deallocate_voice(), but it waits for the sound	to  stop
     playing before taking effect.

SEE ALSO
     allocate_voice(3), deallocate_voice(3)

Allegro 			  version 4.4.3 		release_voice(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=release_voice&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help