<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Opus Codec</title>
    <description>Opus, the open standard, high quality codec. Presentation, documentation, comparison with other formats, download links, source code repository.
</description>
    <link>http://opus-codec.org/</link>
    <atom:link href="http://opus-codec.org/feed.xml" rel="self" type="application/rss+xml"/>
    <pubDate>Wed, 14 Jan 2026 23:45:11 -0600</pubDate>
    <lastBuildDate>Wed, 14 Jan 2026 23:45:11 -0600</lastBuildDate>
    <generator>Jekyll v4.2.2</generator>
    
      <item>
        <title>libopus 1.6.1</title>
        <description>&lt;p&gt;&lt;a href=&quot;https://downloads.xiph.org/releases/opus/opus-1.6.1.tar.gz&quot;&gt;Opus 1.6.1&lt;/a&gt;
fixes several minor issues that were discovered since the 1.6 release.&lt;/p&gt;

&lt;p&gt;Source code: &lt;a href=&quot;https://downloads.xiph.org/releases/opus/opus-1.6.1.tar.gz&quot;&gt;opus-1.6.1.tar.gz&lt;/a&gt;&lt;br /&gt;
SHA256: 6ffcb593207be92584df15b32466ed64bbec99109f007c82205f0194572411a1&lt;/p&gt;
</description>
        <pubDate>Wed, 14 Jan 2026 00:00:00 -0600</pubDate>
        <link>http://opus-codec.org/release/stable/2026/01/14/libopus-1_6_1.html</link>
        <guid isPermaLink="true">http://opus-codec.org/release/stable/2026/01/14/libopus-1_6_1.html</guid>
        
        
        <category>release</category>
        
        <category>stable</category>
        
      </item>
    
      <item>
        <title>libopusenc 0.3</title>
        <description>&lt;p&gt;This release fixes a number of issues:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Fix &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;ope_encoder_drain()&lt;/code&gt; assertion failures&lt;/li&gt;
  &lt;li&gt;Fix use of uninitialized fields&lt;/li&gt;
  &lt;li&gt;Fix undefined behaviour in picture.c&lt;/li&gt;
  &lt;li&gt;Fix crash with &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;WIN32_LEAN_AND_MEAN&lt;/code&gt; on 64-bit Windows&lt;/li&gt;
  &lt;li&gt;Fix various warnings under C23&lt;/li&gt;
  &lt;li&gt;Drop use of private &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;__opus_check_*&lt;/code&gt; macros&lt;/li&gt;
  &lt;li&gt;Port update_version from bash to sh&lt;/li&gt;
  &lt;li&gt;Clean up documentation files&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Source code: &lt;a href=&quot;https://downloads.xiph.org/releases/opus/libopusenc-0.3.tar.gz&quot;&gt;libopusenc-0.3.tar.gz&lt;/a&gt;&lt;br /&gt;
SHA256: f616d3aff9b2034547894ccb8ab56c36cf1a4acb0d922c5d7119f97bbe58642c&lt;/p&gt;
</description>
        <pubDate>Sat, 03 Jan 2026 00:00:00 -0600</pubDate>
        <link>http://opus-codec.org/release/dev/2026/01/03/libopusenc-0_3.html</link>
        <guid isPermaLink="true">http://opus-codec.org/release/dev/2026/01/03/libopusenc-0_3.html</guid>
        
        
        <category>release</category>
        
        <category>dev</category>
        
      </item>
    
      <item>
        <title>libopus 1.6</title>
        <description>&lt;p&gt;&lt;a href=&quot;https://downloads.xiph.org/releases/opus/opus-1.6.tar.gz&quot;&gt;Opus 1.6&lt;/a&gt;
builds on the new ML-based features introduced in Opus 1.5.
You can read all the details in this &lt;a href=&quot;https://opus-codec.org/demo/opus-1.6/&quot;&gt;release demo page&lt;/a&gt;.
In summary, major changes since version 1.5 include:&lt;/p&gt;
&lt;ul&gt;
  &lt;li&gt;A new wideband-to-fullband bandwidth extension (BWE) module&lt;/li&gt;
  &lt;li&gt;Support for 96 kHz audio with Opus HD&lt;/li&gt;
  &lt;li&gt;Significant improvement to Deep Redundancy (DRED)&lt;/li&gt;
  &lt;li&gt;A new 24-bit encoder/decoder API&lt;/li&gt;
  &lt;li&gt;Fixed-point improvements&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;In addition to the improvements above, this release includes many minor bug fixes.&lt;/p&gt;

&lt;p&gt;Source code: &lt;a href=&quot;https://downloads.xiph.org/releases/opus/opus-1.6.tar.gz&quot;&gt;opus-1.6.tar.gz&lt;/a&gt;&lt;br /&gt;
SHA256: b7637334527201fdfd6dd6a02e67aceffb0e5e60155bbd89175647a80301c92c&lt;/p&gt;
</description>
        <pubDate>Mon, 15 Dec 2025 00:00:00 -0600</pubDate>
        <link>http://opus-codec.org/release/stable/2025/12/15/libopus-1_6.html</link>
        <guid isPermaLink="true">http://opus-codec.org/release/stable/2025/12/15/libopus-1_6.html</guid>
        
        
        <category>release</category>
        
        <category>stable</category>
        
      </item>
    
      <item>
        <title>libopus 1.5.2</title>
        <description>&lt;p&gt;Opus 1.5.2 fixes several build issues that were discovered since
the 1.5 release. It also fixes a misalignment issue in the AVX2 code
that could cause crashes under Windows.&lt;/p&gt;

&lt;p&gt;Source code: &lt;a href=&quot;https://downloads.xiph.org/releases/opus/opus-1.5.2.tar.gz&quot;&gt;opus-1.5.2.tar.gz&lt;/a&gt;&lt;br /&gt;
SHA256: 65c1d2f78b9f2fb20082c38cbe47c951ad5839345876e46941612ee87f9a7ce1&lt;/p&gt;
</description>
        <pubDate>Fri, 12 Apr 2024 00:00:00 -0500</pubDate>
        <link>http://opus-codec.org/release/stable/2024/04/12/libopus-1_5_2.html</link>
        <guid isPermaLink="true">http://opus-codec.org/release/stable/2024/04/12/libopus-1_5_2.html</guid>
        
        
        <category>release</category>
        
        <category>stable</category>
        
      </item>
    
      <item>
        <title>libopus 1.5.1</title>
        <description>&lt;p&gt;Opus 1.5 is the first release to make extended use of ML in the encoder and
decoder. You can read all the details in this &lt;a href=&quot;https://opus-codec.org/demo/opus-1.5/&quot;&gt;release demo page&lt;/a&gt;.
In summary, major changes since 1.4 include:&lt;/p&gt;
&lt;ul&gt;
  &lt;li&gt;Significant improvement to packet loss robustness using Deep Redundancy (DRED)&lt;/li&gt;
  &lt;li&gt;Improved packet loss concealment through Deep PLC&lt;/li&gt;
  &lt;li&gt;Low-bitrate speech quality enhancement down to 6 kb/s wideband&lt;/li&gt;
  &lt;li&gt;Improved x86 (AVX2) and Arm (Neon) optimizations&lt;/li&gt;
  &lt;li&gt;Support for 4th and 5th order ambisonics&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;In addition to the improvements above, this release includes many minor bug fixes.
Opus 1.5.1 fixes the meson build that was broken in 1.5.&lt;/p&gt;

&lt;p&gt;Source code: &lt;a href=&quot;https://downloads.xiph.org/releases/opus/opus-1.5.1.tar.gz&quot;&gt;opus-1.5.1.tar.gz&lt;/a&gt;&lt;br /&gt;
SHA256: b84610959b8d417b611aa12a22565e0a3732097c6389d19098d844543e340f85&lt;/p&gt;
</description>
        <pubDate>Mon, 04 Mar 2024 00:00:00 -0600</pubDate>
        <link>http://opus-codec.org/release/stable/2024/03/04/libopus-1_5_1.html</link>
        <guid isPermaLink="true">http://opus-codec.org/release/stable/2024/03/04/libopus-1_5_1.html</guid>
        
        
        <category>release</category>
        
        <category>stable</category>
        
      </item>
    
      <item>
        <title>libopus 1.5</title>
        <description>&lt;p&gt;&lt;a href=&quot;https://downloads.xiph.org/releases/opus/opus-1.5.tar.gz&quot;&gt;Opus 1.5&lt;/a&gt; 
is the first release to make extended use of ML in the encoder and
decoder. You can read all the details in this &lt;a href=&quot;https://opus-codec.org/demo/opus-1.5/&quot;&gt;release demo page&lt;/a&gt;.
In summary, major changes since 1.4 include:&lt;/p&gt;
&lt;ul&gt;
  &lt;li&gt;Significant improvement to packet loss robustness using Deep Redundancy (DRED)&lt;/li&gt;
  &lt;li&gt;Improved packet loss concealment through Deep PLC&lt;/li&gt;
  &lt;li&gt;Low-bitrate speech quality enhancement down to 6 kb/s wideband&lt;/li&gt;
  &lt;li&gt;Improved x86 (AVX2) and Arm (Neon) optimizations&lt;/li&gt;
  &lt;li&gt;Support for 4th and 5th order ambisonics&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;In addition to the improvements above, this release includes many minor bug fixes.&lt;/p&gt;

&lt;p&gt;Source code: &lt;a href=&quot;https://downloads.xiph.org/releases/opus/opus-1.5.tar.gz&quot;&gt;opus-1.5.tar.gz&lt;/a&gt;&lt;br /&gt;
SHA256: d8230bbeb99e6d558645aaad25d79de8f4f28fdcc55f8af230050586d62c4f2c&lt;/p&gt;
</description>
        <pubDate>Mon, 04 Mar 2024 00:00:00 -0600</pubDate>
        <link>http://opus-codec.org/release/stable/2024/03/04/libopus-1_5.html</link>
        <guid isPermaLink="true">http://opus-codec.org/release/stable/2024/03/04/libopus-1_5.html</guid>
        
        
        <category>release</category>
        
        <category>stable</category>
        
      </item>
    
      <item>
        <title>libopus 1.4</title>
        <description>&lt;p&gt;This &lt;a href=&quot;https://downloads.xiph.org/releases/opus/opus-1.4.tar.gz&quot;&gt;Opus 1.4&lt;/a&gt; 
major release brings the following improvements and fixes:&lt;/p&gt;
&lt;ul&gt;
  &lt;li&gt;Improved tuning of the Opus in-band FEC (LBRR). See the &lt;a href=&quot;https://gitlab.xiph.org/xiph/opus/-/issues/2360&quot;&gt;issue&lt;/a&gt; for details&lt;/li&gt;
  &lt;li&gt;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)&lt;/li&gt;
  &lt;li&gt;Improved tuning and various fixes to DTX&lt;/li&gt;
  &lt;li&gt;Added Meson support, improved CMake support
In addition to the improvements above, this release includes many minor bug fixes.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Additionally, we have begun experiments on upcoming &lt;a href=&quot;https://arxiv.org/pdf/2205.05785.pdf&quot;&gt;neural packet loss concealment&lt;/a&gt; and
&lt;a href=&quot;https://www.amazon.science/blog/neural-encoding-enables-more-efficient-recovery-of-lost-audio-packets&quot;&gt;deep redundancy&lt;/a&gt; (DRED) features.
Although not included in this release, you can see two IETF drafts describing the proposed
&lt;a href=&quot;https://datatracker.ietf.org/doc/draft-valin-opus-extension/&quot;&gt;extension&lt;/a&gt;
and &lt;a href=&quot;https://datatracker.ietf.org/doc/draft-valin-opus-dred/&quot;&gt;redundancy&lt;/a&gt; mechanisms.
The code is also available on this &lt;a href=&quot;https://gitlab.xiph.org/xiph/opus/-/tree/exp_neural_fec3&quot;&gt;development branch&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Source code: &lt;a href=&quot;https://downloads.xiph.org/releases/opus/opus-1.4.tar.gz&quot;&gt;opus-1.4.tar.gz&lt;/a&gt;&lt;/p&gt;
</description>
        <pubDate>Thu, 20 Apr 2023 00:00:00 -0500</pubDate>
        <link>http://opus-codec.org/release/stable/2023/04/20/libopus-1_4.html</link>
        <guid isPermaLink="true">http://opus-codec.org/release/stable/2023/04/20/libopus-1_4.html</guid>
        
        
        <category>release</category>
        
        <category>stable</category>
        
      </item>
    
      <item>
        <title>opusfile 0.12</title>
        <description>&lt;p&gt;The opusfile library provides seeking, decode, and playback
of Opus streams in the Ogg container (.opus files) including
over http(s) on posix and windows systems.&lt;/p&gt;

&lt;p&gt;opusfile depends on libopus and libogg.
The included opusurl library for http(s) access depends on
opusfile and openssl.&lt;/p&gt;

&lt;p&gt;Changes since the v0.11 release:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Fix stack overflow buffering out-of-sequence streams.&lt;/li&gt;
  &lt;li&gt;Fix possible divide-by-zero.&lt;/li&gt;
  &lt;li&gt;Fix issues with seeking in the win32 backend.&lt;/li&gt;
  &lt;li&gt;Fix an issue where the seek algorithm could be confused
by stream data changing between reads.&lt;/li&gt;
  &lt;li&gt;Clean up compiler and scan-build warnings.&lt;/li&gt;
  &lt;li&gt;Avoid use of the deprecated ftime() function
which has Y2038 problems.&lt;/li&gt;
  &lt;li&gt;Remove undefined behaviour memcpy(NULL) in op_read_native().&lt;/li&gt;
  &lt;li&gt;Visual Studio project files updated for libogg 1.3.4 library name change.&lt;/li&gt;
  &lt;li&gt;Various build systems updates.&lt;/li&gt;
  &lt;li&gt;Various integration and testing environment improvements.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This release is backward-compatible with the previous
release. We recommend all users upgrade.&lt;/p&gt;

&lt;p&gt;Note that because of the removal of certificate store hooks
in openssl 1.1.1 and later, there are unfortunately no
supported versions of that library which can be used with
the code in opusurl to validate https responses against
the system certificate store on Windows. Using the system
default access to the certificate store on other platforms
works fine.&lt;/p&gt;

&lt;p&gt;Source code:
&lt;a href=&quot;https://downloads.xiph.org/releases/opus/opusfile-0.12.tar.gz&quot;&gt;opusfile-0.12.tar.gz&lt;/a&gt;,
&lt;a href=&quot;https://downloads.xiph.org/releases/opus/opusfile-0.12.zip&quot;&gt;opusfile-0.12.zip&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;SHA-256 checksums:&lt;/p&gt;

&lt;div class=&quot;language-plaintext highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;118d8601c12dd6a44f52423e68ca9083cc9f2bfe72da7a8c1acb22a80ae3550b  opusfile-0.12.tar.gz
7f44575596b78d7787c1865b9653e2a71546ff1ae77d87c53ab16dcc7af295ba  opusfile-0.12.zip
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;No Windows build is available for this release.
Developers should integrate the source code directly into their applications.&lt;/p&gt;

&lt;p&gt;Programming documentation is available in tree and
&lt;a href=&quot;https://opus-codec.org/docs/&quot;&gt;online&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;The library is functional, but there are likely issues
we didn’t find in our own testing. Please give feedback
in #opus on irc.libera.chat, opus@xiph.org, or at
&lt;a href=&quot;https://gitlab.xiph.org/xiph/opusfile&quot;&gt;gitlab&lt;/a&gt;.&lt;/p&gt;
</description>
        <pubDate>Sat, 27 Jun 2020 00:00:00 -0500</pubDate>
        <link>http://opus-codec.org/release/dev/2020/06/27/opusfile_0_12.html</link>
        <guid isPermaLink="true">http://opus-codec.org/release/dev/2020/06/27/opusfile_0_12.html</guid>
        
        
        <category>release</category>
        
        <category>dev</category>
        
      </item>
    
      <item>
        <title>libopus 1.3.1</title>
        <description>&lt;p&gt;This &lt;a href=&quot;https://archive.mozilla.org/pub/opus/opus-1.3.1.tar.gz&quot;&gt;Opus 1.3.1&lt;/a&gt; 
minor release fixes an issue with the analysis on files
with digital silence (all zeros), especially on x87 builds (mostly affects
32-bit builds). It also includes two new features:&lt;/p&gt;
&lt;ul&gt;
  &lt;li&gt;A new OPUS_GET_IN_DTX query to know if the encoder is in DTX mode (last frame was either a comfort noise frame or not encoded at all)&lt;/li&gt;
  &lt;li&gt;A new (and still experimental) CMake-based build system that is eventually meant to replace the VS2015 build system (the autotools one will stay).&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Source code: &lt;a href=&quot;https://archive.mozilla.org/pub/opus/opus-1.3.1.tar.gz&quot;&gt;opus-1.3.1.tar.gz&lt;/a&gt;&lt;br /&gt;
Win32 binaries: &lt;a href=&quot;https://archive.mozilla.org/pub/opus/win32/opus-tools-0.2-opus-1.3.1.zip&quot;&gt;opus-tools-0.2-opus-1.3.1.zip&lt;/a&gt;&lt;/p&gt;
</description>
        <pubDate>Fri, 12 Apr 2019 00:00:00 -0500</pubDate>
        <link>http://opus-codec.org/release/stable/2019/04/12/libopus-1_3_1.html</link>
        <guid isPermaLink="true">http://opus-codec.org/release/stable/2019/04/12/libopus-1_3_1.html</guid>
        
        
        <category>release</category>
        
        <category>stable</category>
        
      </item>
    
      <item>
        <title>libopus 1.3</title>
        <description>&lt;p&gt;This &lt;a href=&quot;https://archive.mozilla.org/pub/opus/opus-1.3.tar.gz&quot;&gt;Opus 1.3&lt;/a&gt; 
major release again brings quality improvements, new features, and bug fixes.
You can read all the details in this &lt;a href=&quot;https://people.xiph.org/~jm/opus/opus-1.3/&quot;&gt;release demo page&lt;/a&gt;.
Changes since 1.2.x include:&lt;/p&gt;
&lt;ul&gt;
  &lt;li&gt;Improvements to the VAD and speech/music classification using an RNN&lt;/li&gt;
  &lt;li&gt;Support for ambisonics coding using channel mapping families 2 and 3&lt;/li&gt;
  &lt;li&gt;Improvements to stereo speech coding at low bitrate&lt;/li&gt;
  &lt;li&gt;Using wideband encoding down to 9 kb/s&lt;/li&gt;
  &lt;li&gt;Making it possible to use SILK down to bitrates around 5 kb/s&lt;/li&gt;
  &lt;li&gt;Minor quality improvement on tones&lt;/li&gt;
  &lt;li&gt;Enabling the spec fixes in RFC 8251 by default&lt;/li&gt;
  &lt;li&gt;Security/hardening improvements&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Notable bug fixes include:&lt;/p&gt;
&lt;ul&gt;
  &lt;li&gt;Fixes to the CELT PLC&lt;/li&gt;
  &lt;li&gt;Bandwidth detection fixes&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Source code: &lt;a href=&quot;https://archive.mozilla.org/pub/opus/opus-1.3.tar.gz&quot;&gt;opus-1.3.tar.gz&lt;/a&gt;&lt;br /&gt;
Win32 binaries: &lt;a href=&quot;https://archive.mozilla.org/pub/opus/win32/opus-tools-0.2-opus-1.3.zip&quot;&gt;opus-tools-0.2-opus-1.3.zip&lt;/a&gt;&lt;/p&gt;
</description>
        <pubDate>Thu, 18 Oct 2018 00:00:00 -0500</pubDate>
        <link>http://opus-codec.org/release/stable/2018/10/18/libopus-1_3.html</link>
        <guid isPermaLink="true">http://opus-codec.org/release/stable/2018/10/18/libopus-1_3.html</guid>
        
        
        <category>release</category>
        
        <category>stable</category>
        
      </item>
    
  </channel>
</rss>
