nRF Connect SDK API 3.3.99
Loading...
Searching...
No Matches

◆ audio_datapath_stream_out()

void audio_datapath_stream_out ( struct net_buf * audio_frame_in)

#include <applications/nrf_audio/src/audio/audio_datapath.h>

Input an audio data frame which is processed and outputted over I2S.

Note
A frame of raw encoded audio data is inputted, and this data then is decoded and processed before being outputted over I2S. The audio is synchronized using sdu_ref_us.
Parameters
audio_frame_inPointer to the coded audio input buffer.