BSP_AUDIO_OUT_Play() function
Starts playing audio stream from a data buffer for a determined size.
Syntax
uint8_t BSP_AUDIO_OUT_Play(uint16_t *pBuffer,
uint32_t Size);
Arguments
pBuffer
Pointer to the buffer
Size
Number of audio data BYTES.
Return value
AUDIO_OK if correct communication, else wrong communication
Examples
BSP_AUDIO_OUT_Play() is referenced by 5 libraries and example projects: