Microphone IMAADPCM Callbacks#
These callbacks are contributed by the Microphone IMAADPCM plugin.
Functions#
void
halMicrophoneImaadpcmDataReadyCallback(uint8_t *data, uint8_t length)
Called when new microphone data is ready.
Function Documentation#
halMicrophoneImaadpcmDataReadyCallback#
void halMicrophoneImaadpcmDataReadyCallback (uint8_t * data, uint8_t length)
Called when new microphone data is ready.
Parameters
| Type | Direction | Argument Name | Description | 
|---|---|---|---|
| uint8_t * | N/A | data | Pointer to the data that is ready. | 
| uint8_t | N/A | length | Length of the data. | 
@appusage 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.