logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

ALLEGRO_AUDIO_RECORDER_EVENT - Allegro 5 API

Description

       Structure that holds the audio recorder event data.  Every event type will contain:

       • .source: pointer to the audio recorder

       The following will be available depending on the event type:

       • .buffer: pointer to buffer containing the audio samples

       • .samples: number of samples (not bytes) that are available

       Since 5.1.1

Name

       ALLEGRO_AUDIO_RECORDER_EVENT - Allegro 5 API

See Also

al_get_audio_recorder_event(3alleg5)

              [UnstableAPI]: The API may need a slight redesign.

Allegro reference manual                                                   ALLEGRO_AUDIO_RECORDER_EVENT(3alleg5)

Synopsis

              #include <allegro5/allegro_audio.h>

              typedef struct ALLEGRO_AUDIO_RECORDER_EVENT ALLEGRO_AUDIO_RECORDER_EVENT;

See Also