Skip to Content

opusfile v0.12+20221121

Created
Updated

Stand-alone decoder library for .opus streams

# Usage

The package opusfile provides CMake targets:

find_package(OpusFile CONFIG REQUIRED)
target_link_libraries(main PRIVATE OpusFile::opusfile)

# To use the opusurl API
target_link_libraries(main PRIVATE OpusFile::opusurl) 

# License

# Supported Platforms

!uwp

  • linux
  • osx
  • windows
  • uwp

# Features

No default features set.

# opusurl

Support decoding of http(s) streams

Supports: !windows
  • linux
  • osx
  • windows
Dependencies:

No transitive dependencies.

Host Dependencies:
3 transitive dependencies:

# Dependencies

No transitive dependencies.

# Host Dependencies

No transitive dependencies.

# Dependents

# Host Dependents

No dependents.

# Contributors

  • codicodi's avatar codicodi
  • Alexander Karatarakis's avatar Alexander Karatarakis
  • Gabriel's avatar Gabriel
  • hesiod's avatar hesiod
  • Victor Romero's avatar Victor Romero
  • pravic's avatar pravic
  • Stefano Sinigardi's avatar Stefano Sinigardi
  • Phil Christensen's avatar Phil Christensen
  • Robert Schumacher's avatar Robert Schumacher
  • Billy O'Neal's avatar Billy O'Neal
  • Pierre Wendling's avatar Pierre Wendling

# Changelog

  • 93895b2 [opusfile] Fix CMake config on case-sensitive filesystem (#29640)
  • 1e7c0f8 [opusfile] Disable opusurl on Windows, update to 9d71834 (#29603)
  • 44943d3 [opusfile] Generate .pc files and modernise portfile (#29511)
  • b295670 Bulk convert control files. (#19986)
  • 09a647a Delete use of vcpkg_test_cmake and vcpkg_common_functions. (#13065)
  • 75bd2ef [many ports] 2019.09.14 Updates (#13536)
  • e62d136 [vcpkg] Add Supports: field. Use contents of triplets instead of names for dependency resolution. (#8601)
  • 47d206e [many ports] improvements for linux/wsl (#6730)
  • 18b029a [WIP] Add a Homepage URL entry for vcpkg ports (#2933)
  • 050e71d Remove references to CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS (#5937)
  • 22fa919 Update opusfile to v0.11 (#4404)
  • ad2bcd9 opusfile: Add feature for disabling the openssl dependency (#3527)
  • 26516fe vcpkg_configure_cmake (and _meson) now embed debug symbols within static libs (/Z7)
  • 277b419 [opusfile] update to 0.9
  • 7f84fdc [opusfile] initial commit

# Source