1voice_stop(3) Allegro manual voice_stop(3)
23
4
NAME
6voice_stop - Stops a voice. Allegro game programming library.
7
SYNOPSIS
9#include <allegro.h>
1011
12
void voice_stop(int voice);
13
DESCRIPTION
15Stops a voice, storing the current position and state so that it may
16later be resumed by calling voice_start().
1718
SEE ALSO
20voice_start(3), deallocate_voice(3), release_voice(3), exstream(3)
2122
23
24
Allegro version 4.4.3 voice_stop(3)