ALLEGRO_VOICE(1) Allegro 5 API

SYNOPSIS


#include <allegro5/allegro_audio.h>
typedef struct ALLEGRO_VOICE ALLEGRO_VOICE;

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.