deallocate_voice(3) - Linux man page

Name

deallocate_voice - Frees a soundcard voice. Allegro game programming library.

Synopsis

#include <allegro.h>

void deallocate_voice(int voice);

Description

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

See Also

allocate_voice(3), voice_stop(3)

Referenced By

reallocate_voice(3), release_voice(3)