I'm pleased to announce the release of opusfile v0.7. The opusfile and opusurl libraries provide a high-level API for decoding and seeking within .opus files on disk or over http(s). Changes since the v0.6 release: - Add API to access and preserve binary metadata. - Add support for R128_ALBUM_GAIN metadata tag. - Better seeking with continued packets and multiplexed streams. - Portability and build fixes. This release is backward-compatible with the previous release but contains updates to conform with the latest IETF Ogg Opus draft, important performance enhancements, and bug fixes. We recommend all users upgrade. Source packages are available from https://archive.mozilla.org/pub/opus/opusfile-0.7.tar.gz https://archive.mozilla.org/pub/opus/opusfile-0.7.tar.zip or http://downloads.xiph.org/releases/opus/opusfile-0.7.tar.gz http://downloads.xiph.org/releases/opus/opusfile-0.7.tar.zip Windows builds (dll and example applications) can be found at https://archive.mozilla.org/pub/opus/win32/opusfile-0.7-win32.zip MacOS X builds are available from homebrew. To build from source, unpack on of the packages above and try ./configure && make or make -C unix opusfile depends on libopus and libogg. opusurl depends on opusfile and openssl. 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/opusfile_api-0.7/index.html or https://opus-codec.org/docs/opusfile_api-0.7.pdf SHA-256 checksums 9e2bed13bc729058591a0f1cab2505e8cfd8e7ac460bf10a78bcc3b125e7c301 opusfile-0.7.tar.gz 346967d7989bb83b05949483b76bd0f69a12c59bd8b4457e864902b52bb0ac34 opusfile-0.7.zip c4c4c57b6b4bc9780a08c1e6300cc35846671bee61d8487c277ea1e8041cfbf8 opusfile-0.7-win32.zip Downloads can also be verified against published checksum files https://archive.mozilla.org/pub/opus/SHA256SUMS.txt and https://archive.mozilla.org/pub/opus/win32/SHA256SUMS.txt Thanks to everyone to contributed to this release! -r