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

deallocate_voice - Frees a sound card voice. Allegro game programming library.

Description

       Frees a sound card voice, stopping it from playing and releasing whatever resources it is using.

Name

       deallocate_voice - Frees a sound card voice. Allegro game programming library.

See Also

allocate_voice(3alleg4), voice_stop(3alleg4)

Allegro                                           version 4.4.3                        deallocate_voice(3alleg4)

Synopsis

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

See Also