.\" Generated by the Allegro makedoc utility .TH voice_set_priority 3alleg4 "version 4.4.3" "Allegro" "Allegro manual" .SH NAME voice_set_priority \- Sets the priority of a voice. Allegro game programming library.\& .SH SYNOPSIS .B #include .sp .B void voice_set_priority(int voice, int priority); .SH DESCRIPTION Sets the priority of a voice (range 0-255). This is used to decide which voices should be chopped off, if you attempt to play more than the sound card driver can handle. .SH SEE ALSO