Is there a broadvoice32 sample project ?

Hi,

NCS1.9, VScode,

Is there a broadvoice32 sample project for nRF52840?

my problem is:

encode one frame will takes 20ms (but decoding only takes 2ms),

so it can't support 16bit 16khz audio in I2S.

  

Best regards

Parents Reply
  • Hi 

    Are you saying those changes made no difference on the runtime? 

    What if you set CONFIG_SPEED_OPTIMIZATIONS=y in your project configuration?

    To remove nano-lib it should be sufficient to set the following configuration:

    CONFIG_NEWLIB_LIBC_NANO=n

    For both of these changes please take a loot at your RAM and flash usage, to see if there is any change after you build. If the RAM or flash consumption doesn't change then the configuration change has no effect. 

    Best regards
    Torbjørn

Children
Related