Provided by: allegro4-doc_4.4.2-4_all bug

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().

SEE ALSO

       voice_start(3alleg4), deallocate_voice(3alleg4), release_voice(3alleg4), exstream(3alleg4)