Skip to content

Releases: xiph/opus

opus 1.4

20 Apr 01:14
v1.4
82ac57d
Compare
Choose a tag to compare

Opus release 1.4

Opus 1.4 brings the following improvements and fixes:

  • Improved tuning of the Opus in-band FEC (LBRR). See the
    https://gitlab.xiph.org/xiph/opus/-/issues/2360 for details
  • Added a OPUS_SET_INBAND_FEC(2) option that turns on FEC, but does not
    force SILK mode (FEC will be disabled in CELT mode)
  • Improved tuning and various fixes to DTX
  • Added Meson support, improved CMake support

Checksums

% sha256sum opus-1.4.tar.gz
c9b32b4253be5ae63d1ff16eea06b94b5f0f2951b7a02aceef58e3a3ce49c51f opus-1.4.tar.gz

% sha1sum opus-1.4.tar.gz
c53b3a74fc26fb2c2314afe958be30d169bd029a  opus-1.4.tar.gz

% md5sum opus-1.4.tar.gz
0d89c15268c5c5984f583d7997d2a148  opus-1.4.tar.gz 

opus-1.1.2

31 May 23:31
Compare
Choose a tag to compare

Opus 1.1.2 includes:

  • Fixes encoder or decoder state reset, which would previously disable some run-time selected architecture-specific optimizations; and
  • Fixes hybrid mode discontinuous transmission (DTX) operation, where the comfort noise above 8 kHz was incorrectly estimated and could oscillate in time.

None of these bugs were regressions over previous releases.