.\" Generated by the Allegro makedoc utility .TH voice_set_volume 3alleg4 "version 4.4.3" "Allegro" "Allegro manual" .SH NAME voice_set_volume \- Sets the volume of the voice. Allegro game programming library.\& .SH SYNOPSIS .B #include .sp .B void voice_set_volume(int voice, int volume); .SH DESCRIPTION Sets the volume of the voice, range 0-255. .SH SEE ALSO .BR voice_get_volume (3alleg4), .BR voice_ramp_volume (3alleg4)