1release_voice(3) Allegro manual release_voice(3)
2
3
4
6 release_voice - Releases a sound card voice. Allegro game programming
7 library.
8
10 #include <allegro.h>
11
12
13 void release_voice(int voice);
14
16 Releases a sound card voice, indicating that you are no longer inter‐
17 ested in manipulating it. The sound will continue to play, and any
18 resources that it is using will automatically be freed when it fin‐
19 ishes. This is essentially the same as deallocate_voice(), but it waits
20 for the sound to stop playing before taking effect.
21
22
24 allocate_voice(3), deallocate_voice(3)
25
26
27
28Allegro version 4.2.2 release_voice(3)