2023-08-11

Updates to C++ SDK (v2.6.0-beta.1) - Introduced a high noise reduction level that uses a Deep Neural Network (DNN) to remove all background sounds from your audio. Additionally, introduced the Debian 11 and ARM64 support and the ability to set a logging callback on the SDK, replay conferences, and load plugins in the sample code. This release also has a reduced package size for macOS and Windows.

C++ SDK

2.6.0-beta.1

Features

  • Introduced a high noise reduction level that uses a Deep Neural Network (DNN) to remove all background sounds from your audio. The level is supported only in non-Dolby Voice conferences.

  • Introduced the Debian 11 and ARM64 support to let you use the SDK on the Raspberry Pi 3b+/4, where hardware-accelerated encoding of H264 is enabled by default.

  • Introduced the ability to set a logging callback on the SDK and thus receive all logs from the SDK libraries in your application.

  • Introduced the ability to replay conferences.

  • Introduced the ability to load plugins in the sample code.

Changes

Reduced the overall package size for macOS and Windows.