man voice_stop () - Stops a voice. Allegro game programming library.
NAME
voice_stop - Stops a voice. Allegro game programming library.
SYNOPSIS
#include <allegro.h>
void voice_stop(int voice);
DESCRIPTION
Stops a voice, storing the current position and state so that it may later be resumed by calling voice_start().