![]() |
nRF Connect SDK API 3.3.99
|
| int sd_card_playback_mix_with_stream | ( | void *const | pcm_a, |
| size_t | pcm_a_size ) |
#include <applications/nrf_audio/src/modules/sd_card_playback.h>
Mix the PCM data from the SD card playback module with the audio stream out.
| [in,out] | pcm_a | Buffer into which to mix PCM data from the LC3 module. |
| [in] | pcm_a_size | Size of the input buffer. |
| 0 | Success. |
| -EACCES | SD card playback is not active. |
| Otherwise,error | from underlying drivers. |