annotate 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 |
|
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/
|