.\" Automatically generated by Pandoc 2.2.1 .\" .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[] .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)