mirror of
https://github.com/libsdl-org/opusfile.git
synced 2026-05-05 11:04:44 +02:00
Stand-alone decoder library for .opus streams
- C 89.4%
- M4 3.5%
- CMake 3%
- Makefile 3%
- Shell 1%
- Other 0.1%
The default branch was changed from master to main some time ago, but the CI badge in README.md, and one other file, still referenced master. |
||
|---|---|---|
| .github/workflows | ||
| ci | ||
| cmake | ||
| doc | ||
| examples | ||
| include | ||
| m4 | ||
| mingw | ||
| src | ||
| unix | ||
| .gitattributes | ||
| .gitignore | ||
| .gitlab-ci.yml | ||
| .travis.yml | ||
| AUTHORS | ||
| autogen.sh | ||
| Brewfile | ||
| CMakeLists.txt | ||
| configure.ac | ||
| COPYING | ||
| Makefile.am | ||
| opusfile-uninstalled.pc.in | ||
| opusfile.pc.in | ||
| opusurl-uninstalled.pc.in | ||
| opusurl.pc.in | ||
| README.md | ||
| releases.sha2 | ||
| update_version | ||
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.libera.chat or at opus@xiph.org.
Programming documentation is available in tree and online at https://opus-codec.org/docs/