s32 Read(
s16 * pData,
s32 length = NN_SND_SAMPLES_PER_FRAME
);
| Name | Description | |
|---|---|---|
| out | pData | Data buffer. |
| in | length | Sample length of the data to get |
Copies the data obtained from the DSP to the specified buffer.
The obtained data is interleaved 16 bit stereo PCM, so the size of the obtained data is length * 2 * sizeof(s16).
CONFIDENTIAL