1. Home
  2. Browse
  3. libvorbis

libvorbis

v1.3.7#3Latest

Ogg Vorbis is a fully open, non-proprietary, patent-and-royalty-free, general-purpose compressed audio format

Install

Run the following Vcpkg command to install the port.

vcpkg install libvorbis

Usage

The package libvorbis provides CMake targets:

# Vorbis reference encoder and decoder, low-level API
find_package(Vorbis CONFIG REQUIRED)
target_link_libraries(main PRIVATE Vorbis::vorbis)
# Audio stream decoding and basic manipulation, high-level API
find_package(Vorbis CONFIG REQUIRED)
target_link_libraries(main PRIVATE Vorbis::vorbisfile)
# Convenience API for setting up an encoding environment
find_package(Vorbis CONFIG REQUIRED)
target_link_libraries(main PRIVATE Vorbis::vorbisenc)

Dependencies

See source

Version

v1.3.7#3

Publication

Supports

All

GitHub

xiph/vorbis

Homepage

github.com/xiph/vorbis

Subtree

cec6b3798e

License

BSD-3-Clause

Definition

Manifest