1voice_get_frequency(3) Allegro manual voice_get_frequency(3)
23
4
NAME
6voice_get_frequency - Returns the current pitch of the voice. Allegro
7game programming library.
8
SYNOPSIS
10#include <allegro.h>
1112
13
int voice_get_frequency(int voice);
14
DESCRIPTION
16Returns the current pitch of the voice, in Hz.
1718
SEE ALSO
20voice_set_frequency(3)
2122
23
24
Allegro version 4.4.3 voice_get_frequency(3)