Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,18 @@ To run compare the code to these test vectors:
% tar -zxf opus_testvectors-rfc8251.tar.gz
% ./tests/run_vectors.sh ./ opus_newvectors 48000

== Installing opus (vcpkg) ==

Alternatively, you can build and install opus using [vcpkg](https://github.com/Microsoft/vcpkg/) dependency manager:

% git clone https://github.com/Microsoft/vcpkg.git
% cd vcpkg
% ./bootstrap-vcpkg.sh
% ./vcpkg integrate install
% ./vcpkg install opus

The opus port in vcpkg is kept up to date by Microsoft team members and community contributors. If the version is out of date, please [create an issue or pull request](https://github.com/Microsoft/vcpkg) on the vcpkg repository.

== Portability notes ==

This implementation uses floating-point by default but can be compiled to
Expand Down