A new opusfile source release is available. The opusfile and opusurl libraries provide a high-level API for decoding and seeking within .opus files on disk or over http(s). opusfile depends on libopus and libogg. opusurl depends on opusfile and openssl. Changes since the v0.7 release: - Add support for OpenSSL 1.1.x. - Fix issues with tag parsing introduced in v0.7. - Fix skip logic for multiplexed non-Opus data. This release is backward-compatible with the previous release. We recommend all users upgrade. Source packages downloads: https://archive.mozilla.org/pub/opus/opusfile-0.8.tar.gz https://archive.mozilla.org/pub/opus/opusfile-0.8.zip or http://downloads.xiph.org/releases/opus/opusfile-0.8.tar.gz http://downloads.xiph.org/releases/opus/opusfile-0.8.zip SHA-2 256 checksums: 2c231ed3cfaa1b3173f52d740e5bbd77d51b9dfecb87014b404917fba4b855a4 opusfile-0.8.tar.gz 89dff4342c3b789574cbea5c57f11b96d4ebe4d28ab90248c1783ea569b1e9e3 opusfile-0.8.zip The new release is also available for MacOS users in homebrew. The library is functional, but there are likely issues we didn't find in our own testing. Please give feedback in #opus on irc.freenode.net or at opus at xiph.org. Programming documentation is available in tree and online at https://opus-codec.org/docs/ Thanks to everyone who contributed! -r