logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

voice_ramp_volume - Starts a volume ramp for a voice. Allegro game programming library.

Description

       Starts  a  volume  ramp (crescendo or diminuendo) from the current volume to the specified ending volume,
       lasting for time milliseconds. The volume is a value in the range 0-255.

Name

       voice_ramp_volume - Starts a volume ramp for a voice. Allegro game programming library.

See Also

voice_set_volume(3alleg4)

Allegro                                           version 4.4.3                       voice_ramp_volume(3alleg4)

Synopsis

#include<allegro.h>voidvoice_ramp_volume(intvoice,inttime,intendvol);

See Also