1voice_set_position(3) Allegro manual voice_set_position(3)
23
4
NAME
6voice_set_position - Sets the position of a voice. Allegro game pro‐
7gramming library.
8
SYNOPSIS
10#include <allegro.h>
1112
13
void voice_set_position(int voice, int position);
14
DESCRIPTION
16Sets the position of a voice, in sample units.
1718
SEE ALSO
20voice_get_position(3), voice_set_playmode(3)
2122
23
24
Allegro version 4.2.3 voice_set_position(3)