1al_start_audio_recorder(3) al_start_audio_recorder(3)
2
3
4
6 al_start_audio_recorder - Allegro 5 API
7
9 #include <allegro5/allegro_audio.h>
10
11 bool al_start_audio_recorder(ALLEGRO_AUDIO_RECORDER *r)
12
14 Begin recording into the fragment buffer. Once a complete fragment has
15 been captured (as specified in al_create_audio_recorder(3)), an ALLE‐
16 GRO_EVENT_AUDIO_RECORDER_FRAGMENT(3) event will be triggered.
17
18 Returns true if it was able to begin recording.
19
21 5.1.1
22
23 [Unstable API]: The API may need a slight redesign.
24
25
26
27Allegro reference manual al_start_audio_recorder(3)