.\" Automatically generated by Pandoc 2.17.1.1 .\" .\" Define V font for inline verbatim, using C font in formats .\" that render this, and otherwise B font. .ie "\f[CB]x\f[]"x" \{\ . ftr V B . ftr VI BI . ftr VB B . ftr VBI BI .\} .el \{\ . ftr V CR . ftr VI CI . ftr VB CB . ftr VBI CBI .\} .TH "al_stop_audio_recorder" "3alleg5" "" "Allegro reference manual" "" .hy .SH NAME .PP al_stop_audio_recorder - Allegro 5 API .SH SYNOPSIS .IP .nf \f[C] #include void al_stop_audio_recorder(ALLEGRO_AUDIO_RECORDER *r) \f[R] .fi .SH DESCRIPTION .PP Stop capturing audio data. Note that the audio recorder is still active and consuming resources, so if you are finished recording you should destroy it with al_destroy_audio_recorder(3alleg5). .PP You may still receive a few events after you call this function as the device flushes the buffer. .PP If you restart the recorder, it will begin recording at the beginning of the next fragment buffer. .SH SINCE .PP 5.1.1 .RS .PP \f[I][Unstable API]:\f[R] The API may need a slight redesign. .RE