1voice_start(3) Allegro manual voice_start(3)
23
4
NAME
6voice_start - Activates a voice. Allegro game programming library.
7
SYNOPSIS
9#include <allegro.h>
1011
12
void voice_start(int voice);
13
DESCRIPTION
15Activates a voice, using whatever parameters have been set for it.
1617
SEE ALSO
19allocate_voice(3), voice_stop(3), release_voice(3), exstream(3)
2021
22
23
Allegro version 4.4.3 voice_start(3)