aLoadBuffer.3p
555 Bytes
.TH aLoadBuffer 3P local "Silicon Graphics, Inc."
.SH NAME
aLoadBuffer \- Load DMEM buffer from DRAM
.SH C SPECIFICATION
#include "mbi.h"
.br
.sp
aLoadBuffer(Acmd *pkt, short *dram)
.SH PARAMETERS
.TP 10
.I pkt
Audio command list pointer.
.TP
.I dram
Pointer to sample buffer in DRAM.
.SH DESCRIPTION
Loads DMEM with audio samples from DRAM. A call to
.IR aSetBuffer()
must be made to set the number of samples for transfer (through the
.IR count
parameter) and the output DMEM buffer location (through the
.IR dmemout
parameter).
Samples are 16 bits.