diff options
| author | claude-bot <[email protected]> | 2026-07-13 12:40:01 +0000 |
|---|---|---|
| committer | claude-bot <[email protected]> | 2026-07-13 12:40:01 +0000 |
| commit | 02fe7437413eaaf7cee46e5a1862c1fc7ac0dbba (patch) | |
| tree | 50a2f61b89ee66f9ff58b7b9167a8e5232e19e3c /README.md | |
| download | opusfile-02fe7437413eaaf7cee46e5a1862c1fc7ac0dbba.tar.gz opusfile-02fe7437413eaaf7cee46e5a1862c1fc7ac0dbba.zip | |
Snapshot for re3/reVC vendoring, per @lzcnt.
Source: https://github.com/xiph/opusfile (4174c26e0aaab19d01afdea0a46f7f95fdc6b3e6).
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..609cc6b --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ +# Opusfile + +[](https://gitlab.xiph.org/xiph/opusfile/commits/master) +[](https://travis-ci.org/xiph/opusfile) +[](https://ci.appveyor.com/project/rillian/opusfile) + +The opusfile and opusurl libraries provide a high-level API for +decoding and seeking within .opus files on disk or over http(s). + +opusfile depends on libopus and libogg. +opusurl depends on opusfile and openssl. + +The library is functional, but there are likely issues +we didn't find in our own testing. Please give feedback +in #opus on irc.freenode.net or at [email protected]. + +Programming documentation is available in tree and online at +https://opus-codec.org/docs/ |
