voice_get_frequency(3) - Linux man page

Name

voice_get_frequency - Returns the current pitch of the voice. Allegro game programming library.

Synopsis

#include <allegro.h>

int voice_get_frequency(int voice);

Description

Returns the current pitch of the voice, in Hz.

See Also

voice_set_frequency(3)