µGFX  2.9
version 2.9
gaudio_driver_play.h File Reference

Detailed Description

GAUDIO - Audio play driver header file.

Definition in file gaudio_driver_play.h.

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

Go to the source code of this file.

Functions

GDataBuffergaudioPlayGetDataBlockI (void)
 Get a block of audio data to play. More...
 
void gaudioPlayReleaseDataBlockI (GDataBuffer *paud)
 Release a block of audio data to the free list. More...
 
void gaudioPlayDoneI (void)
 Signal that all playing has now stopped. More...
 
gBool gaudio_play_lld_init (gU16 channel, gU32 frequency, ArrayDataFormat format)
 Initialise the play driver. More...
 
void gaudio_play_lld_start (void)
 Start the audio output playing. More...
 
void gaudio_play_lld_stop (void)
 Stop the audio output playing. More...
 
gBool gaudio_play_lld_set_volume (gU8 vol)
 Set the output volume. More...