Because of the holidays, TI E2E™ design support forum responses will be delayed from Dec. 25 through Jan. 2. Thank you for your patience.

This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CC2640R2F: How to use the SBC_x64.dll library to decode mSBC samples in a C++ project

Part Number: CC2640R2F

Tool/software:

Hi,

How can I use the SBC_x64.dll library (present in TI GITHUB ble_examples, branch ble_examples-2.2) to decode mSBC samples in a C++ project. This library is provided in a python sample code (tools/scripts/audio) and has no header file with functions definitions. mSBC data is produced by a CC2640R2 module using the code provided by the same branch (src/util/sbc). Thank you!