![]() |
nRF Connect SDK API 3.3.99
|
| int lc3_streamer_init | ( | void | ) |
#include <applications/nrf_audio/src/modules/lc3_streamer.h>
Initializes the LC3 streamer.
Initializes the lc3_file module and the SD card driver. Initializes an internal work queue that is used to schedule fetching new frames from the SD card.
| -EALREADY | Streamer is already initialized. |
| 0 | Success, other negative values are errors from lc3_file module. |