.\" Generated by the Allegro makedoc utility .TH voice_get_volume 3alleg4 "version 4.4.3" "Allegro" "Allegro manual" .SH NAME voice_get_volume \- Returns the current volume of the voice. Allegro game programming library.\& .SH SYNOPSIS .B #include .sp .B int voice_get_volume(int voice); .SH DESCRIPTION Returns the current volume of the voice, range 0-255. Otherwise it returns -1 if that cannot be determined (because it has finished or been preempted by a different sound). .SH SEE ALSO .BR voice_set_volume (3alleg4)