SYNOPSIS

  • #include <allegro5/allegro_audio.h>
    
    bool al_play_sample_instance(ALLEGRO_SAMPLE_INSTANCE *spl)
    
    

DESCRIPTION

Play an instance of a sample data. Returns true on success, false on failure.

RELATED TO al_play_sample_instance…

al_stop_sample_instance(3alleg5)