This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

nRF52840- mSBC encoder and Decoder.

Hi,

We are developing an audio tranmission code with the mSBC encoder and decoder by using nRF52840 and referring to the smart remote3 example code.

In that smart remote3 reference code only has the mSBC encoder implementation,  Can I get a decoder implementation as well?

Can you provide any example code with the implementation of the both mSBC encoder and decoder?

  • Hi 

    I have attached some test code that we used to evaluate performance with SBC, and it also includes the decoder functionality. 

    The SBC implementation is not done by us, and this is code that is publicly available other places as well. 

    sbc.zip

    The test code was written for SDK v14.2.0, but the rest of the SDK files are not included in the zip, so you need to download the SDK separately in order to build the examples. 

    Best regards
    Torbjørn

Related