logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

voice_set_priority - Sets the priority of a voice. Allegro game programming library.

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.

Name

       voice_set_priority - Sets the priority of a voice. Allegro game programming library.

See Also

Allegro                                           version 4.4.3                      voice_set_priority(3alleg4)

Synopsis

#include<allegro.h>voidvoice_set_priority(intvoice,intpriority);

See Also