btstack_lc3_decoder_t is only used within Bluetooth LE Stack.
 
Symbols
loading...
Files
loading...
SummarySyntaxReferences

Fields

Field
Declared as
Description
uint8_t (*)(void * context, uint32_t sample_rate, btstack_lc3_frame_duration_t frame_duration, uint16_t octets_per_frame)
Configure Decoder.
uint8_t (*)(void * context, const uint8_t *bytes, uint8_t BFI, int16_t* pcm_out, uint16_t stride, uint8_t * BEC_detect)
Decode LC3 Frame into signed 16-bit samples.
uint8_t (*)(void * context, const uint8_t *bytes, uint8_t BFI, int32_t* pcm_out, uint16_t stride, uint8_t * BEC_detect)
Decode LC3 Frame into signed 24-bit samples, sign-extended to 32-bit.

References

from examples