µGFX  2.9
version 2.9
gaudio_driver_record.h File Reference

Detailed Description

GAUDIO - Audio Recording driver header file.

Definition in file gaudio_driver_record.h.

#include "../../gfx.h"

Go to the source code of this file.

Functions

void gaudioRecordSaveDataBlockI (GDataBuffer *paud)
 Save a block of recorded audio data ready for the application. More...
 
void gaudioRecordDoneI (void)
 Signal that all recording has now stopped. More...
 
gBool gaudio_record_lld_init (gU16 channel, gU32 frequency, ArrayDataFormat format)
 Initialise the record driver. More...
 
void gaudio_record_lld_start (void)
 Start the audio recording. More...
 
void gaudio_record_lld_stop (void)
 Stop the audio recording. More...
 

Macros

#define gaudioRecordGetFreeBlockI()   gfxBufferGetI()
 Get a free block of audio data that we can record into. More...