1remove_sound_input(3) Allegro manual remove_sound_input(3)
2
3
4
6 remove_sound_input - Cleans up after you are finished with the sound
7 input routines. Allegro game programming library.
8
10 #include <allegro.h>
11
12
13 void remove_sound_input();
14
16 Cleans up after you are finished with the sound input routines. You
17 don't normally need to call this, because remove_sound() and/or alle‐
18 gro_exit() will do it for you.
19
20
22 install_sound_input(3), remove_sound(3), allegro_exit(3)
23
24
25
26Allegro version 4.2.2 remove_sound_input(3)