Stand-alone decoder library for .opus streams
Run the following Vcpkg command to install the port.
vcpkg install opusfile
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)
Support decoding of http(s) streams
v0.12+20221121#0
Feb 13, 2023
!uwp
xiph/opusfile161
github.com/xiph/opusfile
1e7c0f8e62
BSD-3-Clause
Manifest