stop_sound_input - Stops audio recording. Allegro game programming library.
#include <allegro.h> void stop_sound_input();
Stops audio recording, switching the card back into the normal playback mode.
start_sound_input(3alleg)