voice_get_frequency
Returns the current pitch of the voice. Allegro game programming library.
- Provided by: allegro4-doc (Version: 2:4.4.3.1-4.1build3)
- Source: allegro4.4
- Report a bug
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)