Microphone IMAADPCM Callbacks
Functions |
|
void | halMicrophoneImaadpcmDataReadyCallback (uint8_t *data, uint8_t length) |
Called when new microphone data is ready.
|
Detailed Description
These callbacks are contributed by the Microphone IMAADPCM plugin.
Function Documentation
void halMicrophoneImaadpcmDataReadyCallback | ( | uint8_t * |
data,
|
uint8_t |
length
|
||
) |
Called when new microphone data is ready.
This function is called by the plugin when new data has been processed and is ready to be processed by other parts of the system.
- Parameters
-
data
Pointer to the data that is ready. length
Length of the data.