.\" Automatically generated by Pandoc 3.4 .\" .TH "ALLEGRO_VOICE" "3" "" "Allegro reference manual" .SH NAME ALLEGRO_VOICE \- Allegro 5 API .SH SYNOPSIS .IP .EX #include \f[B]\f[R] \f[B]typedef\f[R] \f[B]struct\f[R] ALLEGRO_VOICE ALLEGRO_VOICE; .EE .SH DESCRIPTION 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 ALLEGRO_MIXER(3), ALLEGRO_SAMPLE(3), ALLEGRO_AUDIO_STREAM(3)