1voice_set_priority(3)           Allegro manual           voice_set_priority(3)
2
3
4

NAME

6       voice_set_priority  -  Sets  the priority of a voice. Allegro game pro‐
7       gramming library.
8

SYNOPSIS

10       #include <allegro.h>
11
12
13       void voice_set_priority(int voice, int priority);
14

DESCRIPTION

16       Sets the priority of a voice (range 0-255).  This  is  used  to  decide
17       which  voices  should  be chopped off, if you attempt to play more than
18       the sound card driver can handle.
19
20

SEE ALSO

22Allegro                          version 4.2.2           voice_set_priority(3)
Impressum