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_stop - Stops a voice. Allegro game programming library.

Description

       Stops  a  voice,  storing  the  current  position  and  state  so that it may later be resumed by calling
       voice_start().

Name

       voice_stop - Stops a voice. Allegro game programming library.

See Also

voice_start(3alleg4), deallocate_voice(3alleg4), release_voice(3alleg4), exstream(3alleg4)

Allegro                                           version 4.4.3                              voice_stop(3alleg4)

Synopsis

#include<allegro.h>voidvoice_stop(intvoice);

See Also