1al_stop_audio_recorder(3)                            al_stop_audio_recorder(3)
2
3
4

NAME

6       al_stop_audio_recorder - Allegro 5 API
7

SYNOPSIS

9              #include <allegro5/allegro_audio.h>
10
11              void al_stop_audio_recorder(ALLEGRO_AUDIO_RECORDER *r)
12

DESCRIPTION

14       Stop  capturing  audio data.  Note that the audio recorder is still ac‐
15       tive and consuming resources, so if  you  are  finished  recording  you
16       should destroy it with al_destroy_audio_recorder(3).
17
18       You  may still receive a few events after you call this function as the
19       device flushes the buffer.
20
21       If you restart the recorder, it will begin recording at  the  beginning
22       of the next fragment buffer.
23

SINCE

25       5.1.1
26
27              [Unstable API]: The API may need a slight redesign.
28
29
30
31Allegro reference manual                             al_stop_audio_recorder(3)
Impressum