diff options
| author | jacqueline <me@jacqueline.id.au> | 2023-08-09 12:00:02 +1000 |
|---|---|---|
| committer | jacqueline <me@jacqueline.id.au> | 2023-08-09 12:00:02 +1000 |
| commit | 67caeb6e3cda44205ba8fe783274b20dc7ea216e (patch) | |
| tree | a2504d177c60e69808073236af8303517cf8fb66 /lib/opusfile/README.md | |
| parent | 578c3737f8c07e543b90f964da0e89db1c18bb9a (diff) | |
| download | tangara-fw-67caeb6e3cda44205ba8fe783274b20dc7ea216e.tar.gz | |
Use opusfile instead of working directly with ogg and opus
Diffstat (limited to 'lib/opusfile/README.md')
| -rw-r--r-- | lib/opusfile/README.md | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/lib/opusfile/README.md b/lib/opusfile/README.md new file mode 100644 index 00000000..609cc6b9 --- /dev/null +++ b/lib/opusfile/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 opus@xiph.org. + +Programming documentation is available in tree and online at +https://opus-codec.org/docs/ |
