Returns the current pitch of the voice. allegro game programming library.
#include <allegro.h>
int voice_get_frequency(int voice);
Returns the current pitch of the voice, in Hz.
voice_set_frequency(3alleg4)