|
NAMEdeallocate_voice - Frees a sound card voice. Allegro game programming library.SYNOPSIS#include <allegro.h>void deallocate_voice(int voice); DESCRIPTIONFrees a sound card voice, stopping it from playing and releasing whatever resources it is using.SEE ALSOallocate_voice(3), voice_stop(3)
Visit the GSP FreeBSD Man Page Interface. |