logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

release_voice - Releases a sound card voice. Allegro game programming library.

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.

Name

       release_voice - Releases a sound card voice. Allegro game programming library.

See Also

allocate_voice(3alleg4), deallocate_voice(3alleg4)

Allegro                                           version 4.4.3                           release_voice(3alleg4)

Synopsis

#include<allegro.h>voidrelease_voice(intvoice);

See Also