1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
.TH ALLEGRO_VOICE 3 "" "Allegro reference manual"
.SH NAME
.PP
ALLEGRO_VOICE \- Allegro 5 API
.SH SYNOPSIS
.IP
.nf
\f[C]
#include\ <allegro5/allegro_audio.h>
typedef\ struct\ ALLEGRO_VOICE\ ALLEGRO_VOICE;
\f[]
.fi
.SH DESCRIPTION
.PP
A voice represents an audio device on the system, which may be a real
device, or an abstract device provided by the operating system.
To play back audio, you would attach a mixer or sample or stream to a
voice.
.SH SEE ALSO
.PP
ALLEGRO_MIXER(3), ALLEGRO_SAMPLE(3), ALLEGRO_AUDIO_STREAM(3)
|