Mercurial > hg > sv-dependency-builds
comparison src/opusfile-0.9/README.md @ 69:7aeed7906520
Add Opus sources and macOS builds
author | Chris Cannam |
---|---|
date | Wed, 23 Jan 2019 13:48:08 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
68:85d5306e114e | 69:7aeed7906520 |
---|---|
1 # Opusfile | |
2 | |
3 [](https://travis-ci.org/xiph/opusfile) | |
4 [](https://mf4.xiph.org/jenkins/view/opus/job/opusfile-autotools/) | |
5 [](https://ci.appveyor.com/project/rillian/opusfile) | |
6 | |
7 The opusfile and opusurl libraries provide a high-level API for | |
8 decoding and seeking within .opus files on disk or over http(s). | |
9 | |
10 opusfile depends on libopus and libogg. | |
11 opusurl depends on opusfile and openssl. | |
12 | |
13 The library is functional, but there are likely issues | |
14 we didn't find in our own testing. Please give feedback | |
15 in #opus on irc.freenode.net or at opus@xiph.org. | |
16 | |
17 Programming documentation is available in tree and online at | |
18 https://opus-codec.org/docs/ |