1deallocate_voice(3)             Allegro manual             deallocate_voice(3)
2
3
4

NAME

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

SYNOPSIS

10       #include <allegro.h>
11
12
13       void deallocate_voice(int voice);
14

DESCRIPTION

16       Frees a sound card voice, stopping it from playing and releasing  what‐
17       ever resources it is using.
18
19

SEE ALSO

21       allocate_voice(3), voice_stop(3)
22
23
24
25Allegro                          version 4.4.3             deallocate_voice(3)
Impressum