NAME
ALLEGRO_AUDIO_RECORDER_EVENT - Allegro 5 APISYNOPSIS
-
#include <allegro5/allegro_audio.h> typedef struct ALLEGRO_AUDIO_RECORDER_EVENT ALLEGRO_AUDIO_RECORDER_EVENT;
DESCRIPTION
Structure that holds the audio recorder event data. Every event type will contain:- •
- .source: pointer to the audio recorder
- •
- .buffer: pointer to buffer containing the audio samples
- •
- .samples: number of samples (not bytes) that are available
SEE ALSO
al_get_audio_recorder_event(3alleg5)
[Unstable API]: The API may need a slight redesign.
Allegro reference manual |