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