voice_set_volume.3alleg

Langue: en

Version: version 4.2.2 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

voice_set_volume - Sets the volume of the voice. Allegro game programming library.

SYNOPSIS

#include <allegro.h>

void voice_set_volume(int voice, int volume);

DESCRIPTION

Sets the volume of the voice, range 0-255.

SEE ALSO

voice_get_volume(3alleg), voice_ramp_volume(3alleg)