Skip to content

Commit

Permalink
Merge the generic bits of the release notes into the readme.
Browse files Browse the repository at this point in the history
Also switch to markdown-style headings to the benefit of github.
  • Loading branch information
rillian committed Jan 5, 2016
1 parent f4e0ed0 commit 51c5c36
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions README.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
== Opusfile ==
## Opusfile ##

Library for decoding .opus files, including seeking support.
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/

0 comments on commit 51c5c36

Please sign in to comment.