annotate src/opusfile-0.9/README.md @ 169:223a55898ab9 tip default

Add null config files
author Chris Cannam <cannam@all-day-breakfast.com>
date Mon, 02 Mar 2020 14:03:47 +0000
parents 4664ac0c1032
children
rev   line source
cannam@154 1 # Opusfile
cannam@154 2
cannam@154 3 [![Travis Build Status](https://travis-ci.org/xiph/opusfile.svg?branch=master)](https://travis-ci.org/xiph/opusfile)
cannam@154 4 [![Jenkins Build Status](https://mf4.xiph.org/jenkins/buildStatus/icon?job=opusfile-autotools)](https://mf4.xiph.org/jenkins/view/opus/job/opusfile-autotools/)
cannam@154 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)
cannam@154 6
cannam@154 7 The opusfile and opusurl libraries provide a high-level API for
cannam@154 8 decoding and seeking within .opus files on disk or over http(s).
cannam@154 9
cannam@154 10 opusfile depends on libopus and libogg.
cannam@154 11 opusurl depends on opusfile and openssl.
cannam@154 12
cannam@154 13 The library is functional, but there are likely issues
cannam@154 14 we didn't find in our own testing. Please give feedback
cannam@154 15 in #opus on irc.freenode.net or at opus@xiph.org.
cannam@154 16
cannam@154 17 Programming documentation is available in tree and online at
cannam@154 18 https://opus-codec.org/docs/