nRF Connect SDK API 2.8.99
|
void audio_datapath_stream_out | ( | const uint8_t * | buf, |
size_t | size, | ||
uint32_t | sdu_ref_us, | ||
bool | bad_frame, | ||
uint32_t | recv_frame_ts_us ) |
Input an audio data frame which is processed and outputted over I2S.
buf | Pointer to audio data frame |
size | Size of audio data frame in bytes |
sdu_ref_us | ISO timestamp reference from BLE controller |
bad_frame | Indicating if the audio frame is bad or not |
recv_frame_ts_us | Timestamp of when audio frame was received |