voice_stop - Stops a voice. Allegro game programming library.
Contents
Description
Stops a voice, storing the current position and state so that it may later be resumed by calling
voice_start().
Name
voice_stop - Stops a voice. Allegro game programming library.
See Also
voice_start(3alleg4), deallocate_voice(3alleg4), release_voice(3alleg4), exstream(3alleg4) Allegro version 4.4.3 voice_stop(3alleg4)
Synopsis
#include<allegro.h>voidvoice_stop(intvoice);
