1al_set_sample_instance_speed(3) al_set_sample_instance_speed(3)
2
3
4
6 al_set_sample_instance_speed - Allegro 5 API
7
9 #include <allegro5/allegro_audio.h>
10
11 bool al_set_sample_instance_speed(ALLEGRO_SAMPLE_INSTANCE *spl, float val)
12
14 Set the relative playback speed of the sample instance. 1.0 means nor‐
15 mal speed.
16
17 Return true on success, false on failure. Will fail if the sample in‐
18 stance is attached directly to a voice.
19
21 al_get_sample_instance_speed(3)
22
23
24
25Allegro reference manual al_set_sample_instance_speed(3)