1al_attach_mixer_to_voice(3)Library Functions Manualal_attach_mixer_to_voice(3)
23
4
NAME
6al_attach_mixer_to_voice
7
SYNOPSIS
9#include <allegro5/allegro_audio.h>
1011
bool al_attach_mixer_to_voice(ALLEGRO_MIXER *mixer, ALLEGRO_VOICE *voice)
12
DESCRIPTION
14Attaches a mixer to a voice. The same rules as al_attach_sam‐
15ple_instance_to_voice(3) apply, with the exception of the depth
16requirement.
1718
Returns true on success, false on failure.
1920
21
22
Allegro reference manual al_attach_mixer_to_voice(3)