.\" Automatically generated by Pandoc 3.5 .\" .TH "al_start_audio_recorder" "3" "" "Allegro reference manual" .SH NAME al_start_audio_recorder \- Allegro 5 API .SH SYNOPSIS .IP .EX #include \f[B]\f[R] bool al_start_audio_recorder(ALLEGRO_AUDIO_RECORDER *r) .EE .SH DESCRIPTION Begin recording into the fragment buffer. Once a complete fragment has been captured (as specified in al_create_audio_recorder(3)), an ALLEGRO_EVENT_AUDIO_RECORDER_FRAGMENT(3) event will be triggered. .PP Returns true if it was able to begin recording. .SH SINCE 5.1.1 .RS .PP \f[I][Unstable API]:\f[R] The API may need a slight redesign. .RE