Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xiph/opusfile
Stand-alone decoder library for .opus streams
https://github.com/xiph/opusfile
audio audio-streaming c decoder decoding opus
Last synced: 1 day ago
JSON representation
Stand-alone decoder library for .opus streams
- Host: GitHub
- URL: https://github.com/xiph/opusfile
- Owner: xiph
- License: bsd-3-clause
- Created: 2014-12-18T07:15:34.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2024-02-06T18:03:06.000Z (12 months ago)
- Last Synced: 2025-01-13T18:15:11.495Z (9 days ago)
- Topics: audio, audio-streaming, c, decoder, decoding, opus
- Language: C
- Size: 961 KB
- Stars: 163
- Watchers: 23
- Forks: 85
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
- License: COPYING
- Authors: AUTHORS
Awesome Lists containing this project
README
# Opusfile
[![GitLab Pipeline Status](https://gitlab.xiph.org/xiph/opusfile/badges/master/pipeline.svg)](https://gitlab.xiph.org/xiph/opusfile/commits/master)
[![Travis Build Status](https://travis-ci.org/xiph/opusfile.svg?branch=master)](https://travis-ci.org/xiph/opusfile)
[![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/xiph/opusfile?branch=master&svg=true)](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.libera.chat or at [email protected].Programming documentation is available in tree and online at
https://opus-codec.org/docs/