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.
- Sources inherited from project multimedia:libs
- Devel package for openSUSE:Factory
-
4
derived packages
- Links to openSUSE:Factory / opusfile
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:smarty12:multimedia/opusfile && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_link | 0000000124 124 Bytes | |
opusfile-0.9.tar.gz | 0000467683 457 KB | |
opusfile.changes | 0000002057 2.01 KB | |
opusfile.spec | 0000003597 3.51 KB |
Revision 10 (latest revision is 19)
Tomáš Chvátal (scarabeus_iv)
accepted
request 540034
from
Bjørn Lie (Zaitor)
(revision 10)
- Update to version 0.9: + Fix an invalid free with tag handling. + Improve handling of corrupt streams. + Improve performance on streams with many chain segments. + Improve TLS host validation. + Align op_raw_total to work better with op_raw_seek. + Documentation and build improvements.
Comments 0