.\" Generated by the Allegro makedoc utility .TH voice_get_position 3alleg4 "version 4.4.3" "Allegro" "Allegro manual" .SH NAME voice_get_position \- Returns the current position of a voice. Allegro game programming library.\& .SH SYNOPSIS .B #include .sp .B int voice_get_position(int voice); .SH DESCRIPTION Returns the current position of a voice, in sample units, or -1 if it has finished playing. .SH SEE ALSO .BR voice_set_position (3alleg4)