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

voice_check - Checks whether a voice is currently allocated. Allegro game programming library.

Description

       Checks whether a voice is currently allocated.

Name

       voice_check - Checks whether a voice is currently allocated. Allegro game programming library.

Return Value

       Returns  a  pointer  to  the sample that the voice is using, or NULL if the voice is inactive (ie. it has
       been deallocated, or the release_voice() function has been  called  and  the  sample  has  then  finished
       playing).

See Also

allocate_voice(3alleg4), voice_start(3alleg4), voice_get_position(3alleg4)

Allegro                                           version 4.4.3                             voice_check(3alleg4)

Synopsis

#include<allegro.h>SAMPLE*voice_check(intvoice);

See Also