1al_destroy_voice(3) al_destroy_voice(3)
23
4
NAME
6al_destroy_voice - Allegro 5 API
7
SYNOPSIS
9#include <allegro5/allegro_audio.h>
1011
void al_destroy_voice(ALLEGRO_VOICE *voice)
12
DESCRIPTION
14Destroys the voice and deallocates it from the digital driver. Does
15nothing if the voice is NULL.
16
SEE ALSO
18al_create_voice(3)
1920
21
22
Allegro reference manual al_destroy_voice(3)