Library for playing back .opus streams from disk or over https. https://opus-codec.org/

Ralph Giles fbc3a7b4c0 Use the gcc:9 image for gitlab-ci builds. 5 éve
ci e46f46a5e9 Disable building latex documentation on ci. 7 éve
doc 64e75acfa3 Fix documentation Makefile. 5 éve
examples fd65b94fa2 Improve handling of holes (corrupt pages). 8 éve
include ae4968d105 Silence clang null pointer arithmetic warning 5 éve
m4 9391feca51 build: implement autotools build system for libopusfile. (v4) 12 éve
mingw 960e470645 mingw: Update to libopus 1.3-rc2 6 éve
src ccdef60e91 Silence scan-build false positives. 5 éve
unix 0f429a077e Add a magic vpath to the unix makefile. 11 éve
win32 51068512a2 Update VS2015 projects for libogg.lib name change. 5 éve
.appveyor.yml bb2fe92138 Update appvayor ci for ogg library name changes. 5 éve
.gitattributes 54c2c289d6 Force crlf line endings for VS2015 project files. 7 éve
.gitignore 5f7565ce45 Ignore documentation output directories. 9 éve
.gitlab-ci.yml fbc3a7b4c0 Use the gcc:9 image for gitlab-ci builds. 5 éve
.travis.yml 9f1811802c Update travis builds to xcode 11.3. 5 éve
AUTHORS 50ee9e309c Add nu774 to the authors list. 12 éve
Brewfile c286c605e4 Add macOS and clang builds to the travis config. 7 éve
COPYING b6799eae98 Bump overall copyright year. 11 éve
Makefile.am 1fbe0cd1b0 Propogate openssl CFLAGS to the opusurl build. 8 éve
README.md 9c7d1f7f1a Add jenkins build status icon. 8 éve
autogen.sh cfe03293f7 Remove spurious ACLOCAL_FLAGS variable from autogen.sh. 9 éve
configure.ac 131dd02777 configure.ac: Fix macro underquoting 5 éve
opusfile-uninstalled.pc.in ff868661e2 Fully automate version updating 12 éve
opusfile.pc.in ff868661e2 Fully automate version updating 12 éve
opusurl-uninstalled.pc.in ff868661e2 Fully automate version updating 12 éve
opusurl.pc.in ff868661e2 Fully automate version updating 12 éve
releases.sha2 016c1f0be8 Add release checksums for opusfile 0.8. 8 éve
update_version 9a9825df03 Revert "Pass --always to 'git describe'." 11 éve

README.md

Opusfile

Travis Build Status Jenkins Build Status AppVeyor Build Status

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/