.\" Automatically generated by Pandoc 3.1.3 .\" .\" 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 "ALLEGRO_AUDIO_EVENT_TYPE" "3alleg5" "" "Allegro reference manual" "" .hy .SH NAME .PP ALLEGRO_AUDIO_EVENT_TYPE - Allegro 5 API .SH SYNOPSIS .IP .nf \f[C] #include enum ALLEGRO_AUDIO_EVENT_TYPE \f[R] .fi .SH DESCRIPTION .PP Events sent by al_get_audio_stream_event_source(3alleg5) or al_get_audio_recorder_event_source(3alleg5). .SS ALLEGRO_EVENT_AUDIO_STREAM_FRAGMENT .PP Sent when a stream fragment is ready to be filled in. See al_get_audio_stream_fragment(3alleg5). .SS ALLEGRO_EVENT_AUDIO_STREAM_FINISHED .PP Sent when a stream is finished. .SS ALLEGRO_EVENT_AUDIO_RECORDER_FRAGMENT .PP Sent after a user-specified number of samples have been recorded. Convert this to ALLEGRO_AUDIO_RECORDER_EVENT(3alleg5) via al_get_audio_recorder_event(3alleg5). .PP You must always check the values for the buffer and samples as they are not guaranteed to be exactly what was originally specified. .SH SINCE .PP 5.1.1 .RS .PP \f[I][Unstable API]:\f[R] The API may need a slight redesign. .RE