1al_attach_mixer_to_voice(3) al_attach_mixer_to_voice(3)
23
4
NAME
6al_attach_mixer_to_voice - Allegro 5 API
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. It must have the same frequency and chan‐
15nel configuration, but the depth may be different.
1617
Returns true on success, false on failure.
18
SEE ALSO
20al_detach_voice(3)
2122
23
24
Allegro reference manual al_attach_mixer_to_voice(3)