![]() |
nRF Connect SDK API 3.3.99
|
| int lc3_file_open | ( | struct lc3_file_ctx * | file, |
| const char * | file_name ) |
#include <applications/nrf_audio/src/modules/lc3_file.h>
Open a LC3 file for reading.
Opens the file and reads the LC3 header.
| [in] | file | Pointer to the file context. |
| [in] | file_name | Name of the file to open. |
| -ENODEV | SD card init failed. SD card likely not inserted. |
| 0 | Success. |