You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
908 B
19 lines
908 B
2 years ago
|
# 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 opus@xiph.org.
|
||
|
|
||
|
Programming documentation is available in tree and online at
|
||
|
https://opus-codec.org/docs/
|