1voice_set_volume(3) Allegro manual voice_set_volume(3)
23
4
NAME
6voice_set_volume - Sets the volume of the voice. Allegro game programā
7ming library.
8
SYNOPSIS
10#include <allegro.h>
1112
13
void voice_set_volume(int voice, int volume);
14
DESCRIPTION
16Sets the volume of the voice, range 0-255.
1718
SEE ALSO
20voice_get_volume(3), voice_ramp_volume(3)
2122
23
24
Allegro version 4.2.2 voice_set_volume(3)