.\" Generated by the Allegro makedoc utility .TH voice_sweep_frequency 3alleg4 "version 4.4.3" "Allegro" "Allegro manual" .SH NAME voice_sweep_frequency \- Starts a frequency sweep for a voice. Allegro game programming library.\& .SH SYNOPSIS .B #include .sp .B void voice_sweep_frequency(int voice, int time, int endfreq); .SH DESCRIPTION Starts a frequency sweep (glissando) from the current pitch to the specified ending pitch, lasting for time milliseconds. .SH SEE ALSO .BR voice_set_frequency (3alleg4)