1ALLEGRO_VOICE(3) ALLEGRO_VOICE(3)
2
3
4
6 ALLEGRO_VOICE - Allegro 5 API
7
9 #include <allegro5/allegro_audio.h>
10
11 typedef struct ALLEGRO_VOICE ALLEGRO_VOICE;
12
14 A voice represents an audio device on the system, which may be a real
15 device, or an abstract device provided by the operating system. To
16 play back audio, you would attach a mixer, sample instance or audio
17 stream to a voice.
18
20 ALLEGRO_MIXER(3), ALLEGRO_SAMPLE(3), ALLEGRO_AUDIO_STREAM(3)
21
22
23
24Allegro reference manual ALLEGRO_VOICE(3)