1al_stop_audio_recorder(3) al_stop_audio_recorder(3)
2
3
4
6 al_stop_audio_recorder - Allegro 5 API
7
9 #include <allegro5/allegro_audio.h>
10
11 void al_stop_audio_recorder(ALLEGRO_AUDIO_RECORDER *r)
12
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
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)