opusfile
A high-level API for decoding and seeking within .opus files
opusfile provides a high-level API for decoding and seeking within .opus files.
It includes:
* Support for all files with at least one Opus stream
(including multichannel files or Ogg files where Opus is muxed with something else).
* Full support, including seeking, for chained files.
* A simple stereo downmixing API
(allowing chained files to be decoded with a single output format, even if the channel count changes).
* Support for reading from a file, memory buffer, or over HTTP(S) (including seeking).
* Support for both random access and streaming data sources.
- Links to multimedia:libs / opusfile
- Has a link diff
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:elvigia:branches:multimedia:libs/opusfile && cd $_
- Create Badge
Refresh
Refresh
Source Files (show merged sources derived from linked package)
Filename | Size | Changed |
---|---|---|
_link | 0000000123 123 Bytes | |
opusfile-0.10.tar.gz | 0000467700 457 KB | |
opusfile.changes | 0000002626 2.56 KB | |
opusfile.spec | 0000003559 3.48 KB |
Latest Revision
Cristian Rodríguez (elvigia)
committed
(revision 2)
- -std=c89 is great for development, but not for production export cc_cv_cflags__std_c89=no before running configure so the default (-std=gnu11) is used instead.
Comments 0