annotate src/opusfile-0.9/README.md @ 83:ae30d91d2ffe

Replace these with versions built using an older toolset (so as to avoid ABI compatibilities when linking on Ubuntu 14.04 for packaging purposes)
author Chris Cannam
date Fri, 07 Feb 2020 11:51:13 +0000
parents 7aeed7906520
children
rev   line source
Chris@69 1 # Opusfile
Chris@69 2
Chris@69 3 [![Travis Build Status](https://travis-ci.org/xiph/opusfile.svg?branch=master)](https://travis-ci.org/xiph/opusfile)
Chris@69 4 [![Jenkins Build Status](https://mf4.xiph.org/jenkins/buildStatus/icon?job=opusfile-autotools)](https://mf4.xiph.org/jenkins/view/opus/job/opusfile-autotools/)
Chris@69 5 [![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/xiph/opusfile?branch=master&svg=true)](https://ci.appveyor.com/project/rillian/opusfile)
Chris@69 6
Chris@69 7 The opusfile and opusurl libraries provide a high-level API for
Chris@69 8 decoding and seeking within .opus files on disk or over http(s).
Chris@69 9
Chris@69 10 opusfile depends on libopus and libogg.
Chris@69 11 opusurl depends on opusfile and openssl.
Chris@69 12
Chris@69 13 The library is functional, but there are likely issues
Chris@69 14 we didn't find in our own testing. Please give feedback
Chris@69 15 in #opus on irc.freenode.net or at opus@xiph.org.
Chris@69 16
Chris@69 17 Programming documentation is available in tree and online at
Chris@69 18 https://opus-codec.org/docs/