1deallocate_voice(3) Allegro manual deallocate_voice(3)
23
4
NAME
6deallocate_voice - Frees a sound card voice. Allegro game programming
7library.
8
SYNOPSIS
10#include <allegro.h>
1112
13
void deallocate_voice(int voice);
14
DESCRIPTION
16Frees a sound card voice, stopping it from playing and releasing what‐
17ever resources it is using.
1819
SEE ALSO
21allocate_voice(3), voice_stop(3)
2223
24
25
Allegro version 4.4.2 deallocate_voice(3)