1al_set_audio_stream_speed(3)                      al_set_audio_stream_speed(3)
2
3
4

NAME

6       al_set_audio_stream_speed - Allegro 5 API
7

SYNOPSIS

9              #include <allegro5/allegro_audio.h>
10
11              bool al_set_audio_stream_speed(ALLEGRO_AUDIO_STREAM *stream, float val)
12

DESCRIPTION

14       Set the relative playback speed of the stream.  1.0 means normal speed.
15
16       Return  true  on  success,  false  on  failure.  Will fail if the audio
17       stream is attached directly to a voice.
18

SEE ALSO

20       al_get_audio_stream_speed(3).
21
22
23
24Allegro reference manual                          al_set_audio_stream_speed(3)
Impressum