voice_set_frequency - Man Page
Sets the pitch of the voice. Allegro game programming library.
Synopsis
#include <allegro.h>
void voice_set_frequency(int voice, int frequency);
Description
Sets the pitch of the voice, in Hz.
See Also
Referenced By
voice_get_frequency(3), voice_sweep_frequency(3).
version 4.4.3 Allegro manual