Mercurial > hg > sv-dependency-builds
annotate src/opusfile-0.9/README.md @ 84:08ae793730bd
Add null config files
author | Chris Cannam |
---|---|
date | Mon, 02 Mar 2020 14:03:47 +0000 |
parents | 7aeed7906520 |
children |
rev | line source |
---|---|
Chris@69 | 1 # Opusfile |
Chris@69 | 2 |
Chris@69 | 3 [](https://travis-ci.org/xiph/opusfile) |
Chris@69 | 4 [](https://mf4.xiph.org/jenkins/view/opus/job/opusfile-autotools/) |
Chris@69 | 5 [](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/ |