From 1b5844678cde315bd2d67f0e8233d15cc83b001d Mon Sep 17 00:00:00 2001 From: Mark Harris <mark.hsj@gmail.com> Date: Sun, 6 May 2018 20:31:30 -0700 Subject: [PATCH] README: Update to reflect RFC 7845 and 8251 --- README | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README b/README index 9a0681165..27fddf96e 100644 --- a/README +++ b/README @@ -29,7 +29,7 @@ additional debugging data and cannot support seeking. Opus stored in files should use the Ogg encapsulation for Opus which is described at: - https://wiki.xiph.org/OggOpus + https://tools.ietf.org/html/rfc7845 An opus-tools package is available which provides encoding and decoding of Ogg encapsulated Opus files and includes a number of useful features. @@ -125,13 +125,13 @@ To run the integrated tests: There is also collection of standard test vectors which are not included in this package for size reasons but can be obtained from: -https://opus-codec.org/testvectors/opus_testvectors.tar.gz +https://opus-codec.org/docs/opus_testvectors-rfc8251.tar.gz To run compare the code to these test vectors: - % curl -OL https://opus-codec.org/testvectors/opus_testvectors.tar.gz - % tar -zxf opus_testvectors.tar.gz - % ./tests/run_vectors.sh ./ opus_testvectors 48000 + % curl -OL https://opus-codec.org/docs/opus_testvectors-rfc8251.tar.gz + % tar -zxf opus_testvectors-rfc8251.tar.gz + % ./tests/run_vectors.sh ./ opus_newvectors 48000 == Portability notes == -- GitLab