We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4e0ed0 commit 51c5c36Copy full SHA for 51c5c36
README.txt
@@ -1,3 +1,14 @@
1
-== Opusfile ==
+## Opusfile ##
2
3
-Library for decoding .opus files, including seeking support.
+The opusfile and opusurl libraries provide a high-level API for
4
+decoding and seeking within .opus files on disk or over http(s).
5
+
6
+opusfile depends on libopus and libogg.
7
+opusurl depends on opusfile and openssl.
8
9
+The library is functional, but there are likely issues
10
+we didn't find in our own testing. Please give feedback
11
+in #opus on irc.freenode.net or at opus@xiph.org.
12
13
+Programming documentation is available in tree and online at
14
+https://opus-codec.org/docs/
0 commit comments