voice_get_volume - Man Page
Returns the current volume of the voice. Allegro game programming library.
Synopsis
#include <allegro.h>
int voice_get_volume(int voice);
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).
See Also
Referenced By
version 4.4.3 Allegro manual