nrfxlib API 2.8.99
|
int sw_codec_lc3_dec_init | ( | uint16_t | pcm_sample_rate, |
uint8_t | pcm_bit_depth, | ||
uint16_t | framesize_us, | ||
uint8_t | num_channels ) |
#include <lc3/include/sw_codec_lc3.h>
Initializes the LC3 decoder and allocates required RAM.
[in] | pcm_sample_rate | Sample rate in Hz (typ. 16000 or 48000) |
[in] | pcm_bit_depth | Output PCM bits per sample. |
[in] | framesize_us | Frame size in microseconds |
[in] | num_channels | Number of channels to initialize |