1voice_set_priority(3) Allegro manual voice_set_priority(3)
23
4
NAME
6voice_set_priority - Sets the priority of a voice. Allegro game pro‐
7gramming library.
8
SYNOPSIS
10#include <allegro.h>
1112
13
void voice_set_priority(int voice, int priority);
14
DESCRIPTION
16Sets the priority of a voice (range 0-255). This is used to decide
17which voices should be chopped off, if you attempt to play more than
18the sound card driver can handle.
1920
SEE ALSO
22Allegro version 4.4.3 voice_set_priority(3)