nRF Connect SDK API 2.8.99
|
int lc3_file_open | ( | struct lc3_file_ctx * | file, |
const char * | file_name ) |
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. |