voice_set_volume
Sets the volume of the voice. Allegro game programming library.
- Provided by: allegro4-doc (Version: 2:4.4.3.1-4.1build3)
- Source: allegro4.4
- Report a bug
Sets the volume of the voice. Allegro game programming library.
#include <allegro.h>
void voice_set_volume(int voice, int volume);
Sets the volume of the voice, range 0-255.
voice_get_volume(3alleg4), voice_ramp_volume(3alleg4)