.\" Automatically generated by Pandoc 3.1.3 .\" .\" Define V font for inline verbatim, using C font in formats .\" that render this, and otherwise B font. .ie "\f[CB]x\f[]"x" \{\ . ftr V B . ftr VI BI . ftr VB B . ftr VBI BI .\} .el \{\ . ftr V CR . ftr VI CI . ftr VB CB . ftr VBI CBI .\} .TH "ALLEGRO_VOICE" "3alleg5" "" "Allegro reference manual" "" .hy .SH NAME .PP ALLEGRO_VOICE - Allegro 5 API .SH SYNOPSIS .IP .nf \f[C] #include typedef struct ALLEGRO_VOICE ALLEGRO_VOICE; \f[R] .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, sample instance or audio stream to a voice. .SH SEE ALSO .PP ALLEGRO_MIXER(3alleg5), ALLEGRO_SAMPLE(3alleg5), ALLEGRO_AUDIO_STREAM(3alleg5)